Share via


NativeObject Constructors

Definition

Overloads

NativeObject()

protected NativeObject();

Applies to

NativeObject(NativeHandle, Boolean)

protected NativeObject(ObjCRuntime.NativeHandle handle, bool owns);
new CoreFoundation.NativeObject : ObjCRuntime.NativeHandle * bool -> CoreFoundation.NativeObject

Parameters

handle
NativeHandle
owns
Boolean

Applies to

NativeObject(NativeHandle, Boolean, Boolean)

protected NativeObject(ObjCRuntime.NativeHandle handle, bool owns, bool verify);
new CoreFoundation.NativeObject : ObjCRuntime.NativeHandle * bool * bool -> CoreFoundation.NativeObject

Parameters

handle
NativeHandle
owns
Boolean
verify
Boolean

Applies to