public struct HandleRef
|
ctor #1 | Initializes a new instance of the HandleRef class with the object to wrap and a handle to the resource used by unmanaged code. |
Handle | Read-only Gets the handle to a resource. |
Wrapper | Read-only Gets the object holding the handle to a resource. |
Equals (inherited from System.ValueType) |
See base class member description: System.ValueType.Equals Indicates whether this instance and a specified object are equal. |
GetHashCode (inherited from System.ValueType) |
See base class member description: System.ValueType.GetHashCode Returns the hash code for this instance. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.ValueType) |
See base class member description: System.ValueType.ToString Returns the fully qualified type name of this instance. |
op_Explicit (convert System.Runtime.InteropServices.HandleRef to System.IntPtr) |
Returns the handle to a resource of the specified HandleRef object. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
wrapper
handle
public IntPtr Handle {get;}
|
public object Wrapper {get;}
|
obj
~HandleRef(); |
public override int GetHashCode(); |
For more information, see Object.GetHashCode, and Hashtable.
public Type GetType(); |
protected object MemberwiseClone(); |
value
public override string ToString(); |