7 internal object m_wrapper;
33 return value.m_handle;
41 return value.m_handle;
IntPtr Handle
Gets the handle to a resource.
Wraps a managed object holding a handle to a resource that is passed to unmanaged code using platform...
A platform-specific type that is used to represent a pointer or a handle.
static IntPtr ToIntPtr(HandleRef value)
Returns the internal integer representation of a T:System.Runtime.InteropServices....
HandleRef(object wrapper, IntPtr handle)
Initializes a new instance of the T:System.Runtime.InteropServices.HandleRef class with the object to...
object Wrapper
Gets the object holding the handle to a resource.