Click or drag to resize
ResourceManager Methods

The ResourceManager type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObject(String)
Returns the value of the specified non-string resource.
Public methodGetObject(String, CultureInfo)
Gets the value of the specified non-string resource localized for the specified culture.
Public methodGetResourceSet
Gets the ResourceSet for a particular culture.
Public methodGetStream(String)
Returns an unmanaged memory stream object from the specified resource.
Public methodGetStream(String, CultureInfo)
Returns an unmanaged memory stream object from the specified resource, using the specified culture.
Public methodGetString(String)
Returns the value of the specified string resource.
Public methodGetString(String, CultureInfo)
Returns the value of the string resource localized for the specified culture.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also