Java.Lang.Package Members

The members of Java.Lang.Package are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

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

Public Properties

[read-only]
ImplementationTitlestring. Returns the title of the implementation of this package, or null if this is unknown.
[read-only]
ImplementationVendorstring. Returns the name of the vendor or organization that provides this implementation of the package, or null if this is unknown.
[read-only]
ImplementationVersionstring. Returns the version of the implementation of this package, or null if this is unknown.
[read-only]
IsSealedbool. Indicates whether this package is sealed.
[read-only]
Namestring. Returns the name of this package in the standard dot notation; for example: "java.lang".
[read-only]
SpecificationTitlestring. Returns the title of the specification this package implements, or null if this is unknown.
[read-only]
SpecificationVendorstring. Returns the name of the vendor or organization that owns and maintains the specification this package implements, or null if this is unknown.
[read-only]
SpecificationVersionstring. Returns the version of the specification this package implements, or null if this is unknown.

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

GetAnnotation(Class) : Object
Documentation for this section has not yet been entered.
GetAnnotations() : Java.Lang.Annotation.IAnnotation[]
Returns an array of this package's annotations.
GetDeclaredAnnotations() : Java.Lang.Annotation.IAnnotation[]
Returns an array of this package's declared annotations.
static
GetPackage(string) : Package
Attempts to locate the requested package in the caller's class loader.
static
GetPackages() : Package[]
Returns all the packages known to the caller's class loader.
InvokeIsSealed(Java.Net.URL) : bool
Indicates whether this package is sealed with respect to the specified URL.
IsAnnotationPresent(Class) : bool
Documentation for this section has not yet been entered.
IsCompatibleWith(string) : bool
Indicates whether this package's specification version is compatible with the specified version string.