AVCompositionTrack.ClassHandle 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.
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.