Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ResourceManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ResourceManager |
Initializes the resource manager with the server instance that owns it.
|
Methods
| Name | Description | |
|---|---|---|
| Add(String, IDictionary<(Of <<'(String, String>)>>)) |
Adds the translations to the resource manager.
| |
| Add(String, String, String) |
Adds a translation to the resource manager.
| |
| Dispose()()()() |
May be called by the application to clean up resources.
| |
| Dispose(Boolean) |
Cleans up all resources held by the object.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Called by the runtime when the object is disposed.
(Overrides Object..::..Finalize()()()().) | |
| GetAvailableLocales()()()() |
Returns the locales supported by the resource manager.
| |
| GetAvailableLocales(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Returns the locales supported by the resource manager.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetText | Obsolete.
Returns the localized form of the text that best matches the preferred locales.
| |
| GetTextForLocale | Obsolete.
Returns the text for the specified locale (null if the locale is not supported).
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Translate(IList<(Of <<'(String>)>>), LocalizedText) | ||
| Translate(IList<(Of <<'(String>)>>), ServiceResult) |
Translates a service result.
| |
| Translate(IList<(Of <<'(String>)>>), LocalizedText, TranslationInfo) |
Translates the text provided.
| |
| Translate(IList<(Of <<'(String>)>>), String, String, array<Object>[]()[][]) |