Share via


AVCompositionTrack.ClassHandle Property

Definition

The Objective-C class handle for this class.

public override ObjCRuntime.NativeHandle ClassHandle { get; }
member this.ClassHandle : ObjCRuntime.NativeHandle

Property Value

The pointer to the Objective-C class.

Remarks

Each managed class mirrors an unmanaged Objective-C class. This value contains the pointer to the Objective-C class. It is similar to calling the managed GetHandle(String) or the native objc_getClass method with the type name.

Applies to