ResourceKey
This class represents a Resource key by containing the 3 primary identifiers for a Windows resource.
Remarks
A Windows resource uses up to 3 identifying values that when
combined are unique within the specific resource set. The LanguageID,
ResourceName, and ResourceType are combined to create a single
unique identifier for a Windows resource.
See Also
Project VBCorLib Overview
Implements:
Public:
Types:
| Name | Description |
|---|
ResourceTypes | The type of resources acknowledged by Windows. These are used when a resource type is requested in function calls. |
Properties:
| Name | Description |
|---|
LanguageID (get) | Returns the language this resource is identified with. |
ResourceName (get) | Returns the Name or ID of the resource. |
ResourceType (get) | Returns the Name or ID of the resource type. |
Methods:
| Name | Description |
|---|
Equals | Determines if this object and the value are equal. |
GetHashCode | Returns a pseudo-unique hashcode that represents this object. |
ToString | Returns a String representation of this object. |