UnmanagedObject Conversion (UnmanagedObject to IntPtr) |
https://www.emgu.com
Implicit operator for IntPtr
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.16.1.1623+4bf999fc3b81f861a8c2aa1b11ce6bfb8f610804
Syntaxpublic static implicit operator IntPtr (
UnmanagedObject obj
)
Public Shared Widening Operator CType (
obj As UnmanagedObject
) As IntPtr
static implicit operator IntPtr (
UnmanagedObject^ obj
)
F# does not support the declaration of new casting operators.
Parameters
- obj
- Type: Emgu.TF.UtilUnmanagedObject
The UnmanagedObject
Return Value
Type:
IntPtrThe unmanaged pointer for this object
See Also