Click or drag to resize

TpsResourceManager Methods

The TpsResourceManager type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImage
Returns an image associated with a fileName.
Public methodGetObject(String)
Overridden. Gets the value of the specified Object resource for the current culture.
(Overrides ResourceManagerGetObject(String).)
Public methodGetObject(String, CultureInfo)
Gets the value of the Object resource localized for the specified culture.
(Inherited from ResourceManager.)
Protected methodGetResourceFileName
Generates the name for the resource file for the given CultureInfo.
(Inherited from ResourceManager.)
Public methodGetResourceSet
Gets the ResourceSet for a particular culture.
(Inherited from ResourceManager.)
Public methodGetStream(String)
Returns an UnmanagedMemoryStream object from the specified resource.
(Inherited from ResourceManager.)
Public methodGetStream(String, CultureInfo)
Returns an UnmanagedMemoryStream object from the specified resource, using the specified culture.
(Inherited from ResourceManager.)
Public methodGetString(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).)
Public methodGetString(String, CultureInfo)
Gets the value of the String resource localized for the specified culture.
(Inherited from ResourceManager.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodInternalGetResourceSet
Overridden. Provides the implementation for finding a ResourceSet of a specific user-assembly and language.
(Overrides ResourceManagerInternalGetResourceSet(CultureInfo, Boolean, Boolean).)
Public methodStatic memberLoadGlobalResourcesFiles
Loads the resources for an specific language.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReleaseAllResources
Tells the TpsResourceManager to call Close on all ResourceSet objects and release all resources.
(Overrides ResourceManagerReleaseAllResources.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also