ResourceManager Methods |
The ResourceManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | 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. |
![]() | GetResourceSet | Gets the ResourceSet for a particular culture. |
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |