NativeObject Constructors
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.
Overloads
| Name | Description |
|---|---|
| NativeObject() | |
| NativeObject(NativeHandle, Boolean) | |
| NativeObject(NativeHandle, Boolean, Boolean) |
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