CorLib  

ResourceKey

ResourceKey overview

Implements:

IObject 

Public:

Types:
ResourceTypes The type of resources acknowledged by Windows. These are used when a resource type is requested in function calls.  
Properties:
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:
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.  

See Also