The ResourceManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetImage(String) |
Get an image from the resource manager Be sure to check for NULL as this function will return null if no resource is found |
![]() ![]() | GetImage(ResourceManager, String) |
Get an image from the passed in resource manager Be sure to check for NULL as this function will return null if no resource is found |
![]() | GetObject(String) |
Get an object resource for the scale factor (scaling) Be sure to check for NULL as this function will return null if no resource is found You are responsible for correctly casting this object to the correct type |
![]() | GetObject(ResourceManager, String) |
Get an object from the passed in resource manager Be sure to check for NULL as this function will return null if no resource is found You are responsible for correctly casting this object to the correct type |
![]() | GetString(String) |
Get a string resource Be sure to check for NULL as this function will return null if no resource is found |
![]() | GetString(ResourceManager, String) |
Get a string resource from the passed in resource manager Be sure to check for NULL as this function will return null if no resource is found |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReleaseAllResources |
Release all resources
|
![]() | ToString | (Inherited from Object.) |
See Also