Java.Util.ResourceBundle.GetObject Method
Returns the named resource from this ResourceBundle.

Syntax

[Android.Runtime.Register("getObject", "(Ljava/lang/String;)Ljava/lang/Object;", "")]
public Java.Lang.Object GetObject (string key)

Parameters

key
the name of the resource.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.MissingResourceExceptionif the resource is not found.

Remarks

Returns the named resource from this ResourceBundle. If the resource cannot be found in this bundle, it falls back to the parent bundle (if it's not null) by calling the ResourceBundle.HandleGetObject(string) method. If the resource still can't be found it throws a MissingResourceException.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1