|
|
The NativeHandle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
|
Dispose(Boolean) | |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Overrides Object..::..Equals(Object).) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Overrides Object..::..Finalize()()()().) |
|
|
GetHashCode | (Overrides Object..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ReferenceEquals |
Determines whether the two handles refer to the same underlying native object.
Returns false if either handle has been disposed.
|
|
|
ToString | (Overrides Object..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
|
|
Equality |
Determines whether the two objects refer to the same underlying native object.
Returns false if either object has been disposed.
|
|
|
Inequality |
Determines whether the two objects refer to different underlying native objects. Returns true
if either object has been disposed.
|
Properties
| Name | Description | |
|---|---|---|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
|
|
|
IsReadOnly |
Gets a value indicating whether the object is read-only.
|