ComponentResourceKey Methods
.NET Framework 4.5
The ComponentResourceKey type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the provided object is equal to the current ComponentResourceKey. (Overrides Object.Equals(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 | Returns a hash code for this ComponentResourceKey. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ProvideValue | Returns this ResourceKey. Instances of this class are typically used as a key in a dictionary. (Inherited from ResourceKey.) |
|
ToString | Gets the string representation of a ComponentResourceKey. (Overrides Object.ToString().) |