This documentation is archived and is not being maintained.
ResourceManager Methods
Visual Studio 2010
The ResourceManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateFileBasedResourceManager | Returns a ResourceManager that searches a specific directory for resources instead of in the assembly manifest. |
|
Equals(Object) | 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.) |
|
GetNeutralResourcesLanguage | Returns the CultureInfo for the main assembly's neutral resources by reading the value of the NeutralResourcesLanguageAttribute on a specified Assembly. |
|
GetObject(String) | Returns the value of the specified non-string resource. |
|
GetObject(String, CultureInfo) | Gets the value of the specified non-string resource localized for the specified culture. |
|
GetResourceFileName | Generates the name for the resource file for the given CultureInfo. |
|
GetResourceSet | Gets the ResourceSet for a particular culture. |
|
GetSatelliteContractVersion | Returns the Version specified by the SatelliteContractVersionAttribute in the given assembly. |
|
GetStream(String) | Returns an unmanaged memory stream object from the specified resource. |
|
GetStream(String, CultureInfo) | Returns an unmanaged memory stream object from the specified resource, using the specified culture. |
|
GetString(String) | Returns the value of the specified string resource. |
|
GetString(String, CultureInfo) | Returns the value of the string resource localized for the specified culture. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InternalGetResourceSet | Provides the implementation for finding a ResourceSet. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReleaseAllResources | Tells the ResourceManager to call Close on all ResourceSet objects and release all resources. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: