NativeObject Constructors

Definition

Overloads

NativeObject()
NativeObject(IntPtr, Boolean)

NativeObject()

protected NativeObject ();

Applies to

NativeObject(IntPtr, Boolean)

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

Parameters

handle
IntPtr

nativeint

owns
Boolean

Applies to