Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The ResourceManager type exposes the following members.

Constructors

  NameDescription
Public methodResourceManager
Initializes the resource manager with the server instance that owns it.

Methods

  NameDescription
Public methodAdd(String, IDictionary<(Of <<'(String, String>)>>))
Adds the translations to the resource manager.
Public methodAdd(String, String, String)
Adds a translation to the resource manager.
Public methodDispose()()()()
May be called by the application to clean up resources.
Protected methodDispose(Boolean)
Cleans up all resources held by the object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Called by the runtime when the object is disposed.
(Overrides Object..::..Finalize()()()().)
Public methodGetAvailableLocales()()()()
Returns the locales supported by the resource manager.
Public methodGetAvailableLocales(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Returns the locales supported by the resource manager.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetText Obsolete.
Returns the localized form of the text that best matches the preferred locales.
Protected methodGetTextForLocale Obsolete.
Returns the text for the specified locale (null if the locale is not supported).
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.)
Public methodTranslate(IList<(Of <<'(String>)>>), LocalizedText)
Public methodTranslate(IList<(Of <<'(String>)>>), ServiceResult)
Translates a service result.
Protected methodTranslate(IList<(Of <<'(String>)>>), LocalizedText, TranslationInfo)
Translates the text provided.
Public methodTranslate(IList<(Of <<'(String>)>>), String, String, array<Object>[]()[][])

See Also