NSUrlCredential.ClassHandle Property
Definition
The handle for this class.
public override IntPtr ClassHandle { get; }
member this.ClassHandle : nativeint
Property Value
The pointer to the Objective-C class.
Remarks
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.