GCMicroGamepad.ClassHandle Property
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.
The handle for this class.
public override IntPtr ClassHandle { get; }
member this.ClassHandle : nativeint
nativeint
The pointer to the Objective-C class.
Each Xamarin.iOS class mirrors an unmanaged Objective-C class. This value contains the pointer to the Objective-C class, it is similar to calling objc_getClass with the object name.