SafeFileHandle Methods
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Close | Marks the handle for releasing and freeing resources. (inherited from SafeHandle) |
| DangerousAddRef | Manually increments the reference counter on SafeHandle instances. (inherited from SafeHandle) |
| DangerousGetHandle | Returns the value of the handle field. (inherited from SafeHandle) |
| DangerousRelease | Manually decrements the reference counter on a SafeHandle instance. (inherited from SafeHandle) |
| Dispose | Releases all resources used by the SafeHandle class. (inherited from SafeHandle) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetHandleAsInvalid | Marks a handle as no longer used. (inherited from SafeHandle) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |