ResourceManager Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ResourceManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
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 the Object 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 Object resource. |
|
GetObject(String, CultureInfo) | Gets the value of the Object 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 attribute in the given assembly. |
|
GetStream(String) | Returns an UnmanagedMemoryStream object from the specified resource. |
|
GetStream(String, CultureInfo) | Returns an UnmanagedMemoryStream object from the specified resource, using the specified culture. |
|
GetString(String) | Returns the value of the specified String resource. |
|
GetString(String, CultureInfo) | Gets 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: