Java.Util.ResourceBundle Members

The members of Java.Util.ResourceBundle are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new instance of this class.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
KeysIEnumeration. Returns the names of the resources contained in this ResourceBundle.
[read-only]
LocaleLocale. Gets the Locale of this ResourceBundle.

Protected Properties

ParentResourceBundle. The parent of this ResourceBundle that is used if this bundle doesn't include the requested resource.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
ClearCache()
static
ClearCache(Java.Lang.ClassLoader)
ContainsKey(string) : bool
static
GetBundle(string) : ResourceBundle
Finds the named resource bundle for the default Locale and the caller's ClassLoader.
static
GetBundle(string, Locale) : ResourceBundle
Finds the named ResourceBundle for the specified Locale and the caller ClassLoader.
static
GetBundle(string, ResourceBundle.Control) : ResourceBundle
Finds the named resource bundle for the specified base name and control.
static
GetBundle(string, Locale, Java.Lang.ClassLoader) : ResourceBundle
Finds the named resource bundle for the specified Locale and ClassLoader.
static
GetBundle(string, Locale, ResourceBundle.Control) : ResourceBundle
Finds the named resource bundle for the specified base name and control.
static
GetBundle(string, Locale, Java.Lang.ClassLoader, ResourceBundle.Control) : ResourceBundle
Finds the named resource bundle for the specified base name and control.
GetObject(string) : Java.Lang.Object
Returns the named resource from this ResourceBundle.
GetString(string) : string
Returns the named string resource from this ResourceBundle.
GetStringArray(string) : string[]
Returns the named resource from this ResourceBundle.
abstract
HandleGetObject(string) : Java.Lang.Object
Returns the named resource from this ResourceBundle, or null if the resource is not found.
KeySet() : ICollection<string>

Protected Methods

HandleKeySet() : ICollection<string>
SetParent(ResourceBundle)
Sets the parent resource bundle of this ResourceBundle.