System.Runtime.InteropServices.HandleRef Members

The members of System.Runtime.InteropServices.HandleRef are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Initializes a new instance of the System.Runtime.InteropServices.HandleRef class with the object to wrap and a handle to the resource used by unmanaged code.

Public Properties

[read-only]
HandleIntPtr.

Gets the handle to a resource.

[read-only]
Wrapperobject.

Gets the object holding the handle to a resource.

Public Methods

static
ToIntPtr(HandleRef) : IntPtr

Returns the internal integer representation of a System.Runtime.InteropServices.HandleRef object.

Public Operators

static
Conversion to System.IntPtr(Explicit)Documentation for this section has not yet been entered.