Class.Package Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the package of this class.
public Java.Lang.Package? Package { [Android.Runtime.Register("getPackage", "()Ljava/lang/Package;", "")] get; }
[<get: Android.Runtime.Register("getPackage", "()Ljava/lang/Package;", "")>]
member this.Package : Java.Lang.Package
Property Value
the package of this class.
- Attributes
Remarks
Gets the package of this class.
If this class represents an array type, a primitive type or void, this method returns null
.
Java documentation for java.lang.Class.getPackage()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.