The members of Java.Lang.Package are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | ImplementationTitle | string. Returns the title of the implementation of this package, or null if this is unknown. |
[read-only] | ImplementationVendor | string. Returns the name of the vendor or organization that provides this implementation of the package, or null if this is unknown. |
[read-only] | ImplementationVersion | string. Returns the version of the implementation of this package, or null if this is unknown. |
[read-only] | IsSealed | bool. Indicates whether this package is sealed. |
[read-only] | Name | string. Returns the name of this package in the standard dot notation; for example: "java.lang". |
[read-only] | SpecificationTitle | string. Returns the title of the specification this package implements, or null if this is unknown. |
[read-only] | SpecificationVendor | string. 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] | SpecificationVersion | string. Returns the version of the specification this package implements, or null if this is unknown. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetAnnotation(Class)Documentation for this section has not yet been entered. | ||
GetAnnotations()Returns an array of this package's annotations. | ||
GetDeclaredAnnotations()Returns an array of this package's declared annotations. | ||
static | GetPackage(string)Attempts to locate the requested package in the caller's class loader. | |
static | GetPackages()Returns all the packages known to the caller's class loader. | |
InvokeIsSealed(Java.Net.URL)Indicates whether this package is sealed with respect to the specified URL. | ||
IsAnnotationPresent(Class)Documentation for this section has not yet been entered. | ||
IsCompatibleWith(string)Indicates whether this package's specification version is compatible with the specified version string. |