Java.Util.PropertyResourceBundle Members

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

See Also: Inherited members from Java.Util.ResourceBundle

Public Constructors

Constructs a new resource bundle with properties read from reader.
Constructs a new instance of PropertyResourceBundle and loads the properties file from the specified InputStream.

Protected Constructors

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

Public Properties

[read-only]
override
KeysIEnumeration. Returns the names of the resources contained in this ResourceBundle.

Protected Properties

[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

override
HandleGetObject(string) : Java.Lang.Object
Returns the named resource from this ResourceBundle, or null if the resource is not found.