QsResources Class |
Namespace: QsInformatica.Utils
The QsResources type exposes the following members.
Name | Description | |
---|---|---|
QsResources | Initializes a new instance of the QsResources class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIcon |
Get a resource icon given the name (normally with the extension)
| |
GetImage |
Get a resource image given the name (normally with the extension)
| |
GetResource |
Get a resource given the name (normally with the extension)
| |
GetResourcesNames |
Returns all the resource names
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasResource |
Check for resource existence
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadResourceFile |
Reads a resource file. The resource file is just a zip file. Normmaly we use .mnx and .rsx extensions.
| |
Sample |
for testing only
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |