PinnedArrayTAddrOfPinnedObject Method |
http://www.emgu.com
Get the address of the pinned array
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntaxpublic IntPtr AddrOfPinnedObject()
Public Function AddrOfPinnedObject As IntPtr
public:
IntPtr AddrOfPinnedObject()
member AddrOfPinnedObject : unit -> IntPtr
Return Value
Type:
IntPtrA pointer to the address of the the pinned array
See Also