Utilities which support DPI scaling
Initializes a new instance of a ResourceManager class that looks up resources contained in files with the specified root name in the given assembly
Initializes a new instance of a ResourceManager class that looks up resources contained in files with the specified root name in the given assembly
Inheritance Hierarchy
Stator.libPublic.UtilitiesResourceManager
Namespace: Stator.libPublic.Utilities
Assembly: libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax
The ResourceManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResourceManager |
Constructor for ResourceManager
|
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