TpsResourceManager Methods |
The TpsResourceManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| GetImage |
Returns an image associated with a fileName.
| |
| GetObject(String) |
Overridden. Gets the value of the specified Object resource for the current culture.
(Overrides ResourceManagerGetObject(String).) | |
| GetObject(String, CultureInfo) | Gets the value of the Object resource localized for the specified culture. (Inherited from ResourceManager.) | |
| GetResourceFileName | Generates the name for the resource file for the given CultureInfo. (Inherited from ResourceManager.) | |
| GetResourceSet | Gets the ResourceSet for a particular culture. (Inherited from ResourceManager.) | |
| GetStream(String) | Returns an UnmanagedMemoryStream object from the specified resource. (Inherited from ResourceManager.) | |
| GetStream(String, CultureInfo) | Returns an UnmanagedMemoryStream object from the specified resource, using the specified culture. (Inherited from ResourceManager.) | |
| GetString(String) |
Returns an string associated with an id. First it looks for in the user assembly and then it looks in the global resource assembly.
(Overrides ResourceManagerGetString(String).) | |
| GetString(String, CultureInfo) | Gets the value of the String resource localized for the specified culture. (Inherited from ResourceManager.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| InternalGetResourceSet |
Overridden. Provides the implementation for finding a ResourceSet of a specific user-assembly and language.
(Overrides ResourceManagerInternalGetResourceSet(CultureInfo, Boolean, Boolean).) | |
| LoadGlobalResourcesFiles |
Loads the resources for an specific language.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReleaseAllResources |
Tells the TpsResourceManager to call Close on all ResourceSet objects and release all resources.
(Overrides ResourceManagerReleaseAllResources.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |