NativeHandle.Explicit Operator
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 |
|---|---|
| Explicit(Void* to NativeHandle) | |
| Explicit(NativeHandle to Void*) |
Explicit(Void* to NativeHandle)
public static explicit operator ObjCRuntime.NativeHandle(void* value);
static member op_Explicit : nativeptr<unit> -> ObjCRuntime.NativeHandle
Parameters
- value
- Void*
Returns
Applies to
Explicit(NativeHandle to Void*)
public static explicit operator void*(ObjCRuntime.NativeHandle value);
static member op_Explicit : ObjCRuntime.NativeHandle -> nativeptr<unit>
Parameters
- value
- NativeHandle
Returns
Void*