Object.Class Property

Definition

Returns the runtime class of this Object.

public Java.Lang.Class Class { [Android.Runtime.Register("getClass", "()Ljava/lang/Class;", "")] get; }
[<get: Android.Runtime.Register("getClass", "()Ljava/lang/Class;", "")>]
member this.Class : Java.Lang.Class

Property Value

Class

The Class object that represents the runtime class of this object.

Attributes

Remarks

Java documentation for java.lang.Object.getClass().

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.

Applies to