ComponentResourceManager Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ApplyResources | Overloaded. Apply a resource's value to the corresponding property of the object. |
| CreateFileBasedResourceManager | Returns a ResourceManager that searches a specific directory for resources instead of in the assembly manifest. (inherited from ResourceManager) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetObject | Overloaded. Gets the value of the specified Object resource for the current culture. (inherited from ResourceManager) |
| GetResourceSet | Gets the ResourceSet for a particular culture. (inherited from ResourceManager) |
| GetStream | Overloaded. Returns an UnmanagedMemoryStream from a MemoryStream. (inherited from ResourceManager) |
| GetString | Overloaded. Gets the specified String resource for the specified culture or implicit current UI culture. (inherited from ResourceManager) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ReleaseAllResources | Tells the ResourceManager to call Close on all ResourceSet objects and release all resources. (inherited from ResourceManager) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetNeutralResourcesLanguage | Returns the CultureInfo for the main assembly's neutral resources by reading the value of the NeutralResourcesLanguageAttribute on a specified Assembly. (inherited from ResourceManager) |
| GetResourceFileName | Generates the name for the resource file for the given CultureInfo. (inherited from ResourceManager) |
| GetSatelliteContractVersion | Returns the Version specified by the SatelliteContractVersionAttribute in the given assembly. (inherited from ResourceManager) |
| InternalGetResourceSet | Provides the implementation for finding a ResourceSet. (inherited from ResourceManager) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |