Java.Lang.Package.GetPackage Method
Attempts to locate the requested package in the caller's class loader.

Syntax

[Android.Runtime.Register("getPackage", "(Ljava/lang/String;)Ljava/lang/Package;", "")]
public static Package GetPackage (string packageName)

See Also

ClassLoader.GetPackage(string)

Parameters

packageName
the name of the package to find.

Returns

Documentation for this section has not yet been entered.

Remarks

Attempts to locate the requested package in the caller's class loader. If no package information can be located, null is returned.

[Android Documentation]

Requirements

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