The properties of Java.Lang.Package are listed below. For a list of all members, see the Package Members list.
See Also: Inherited members from Java.Lang.Object
[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. |