C# Class Emgu.Util.UnmanagedObject

An Unmanaged Object is a disposable object with a Ptr property pointing to the unmanaged object
Inheritance: DisposableObject
Show file Open project: fajoy/RTSPExample

Protected Properties

Property Type Description
_ptr System.IntPtr

Property Details

_ptr protected property

A pointer to the unmanaged object
protected IntPtr,System _ptr
return System.IntPtr