SafeMemoryMappedFileHandle |
IObject | |
SafeHandle |
Name | Description |
---|---|
IsClosed (get) | Gets a value indicating whether the handle is closed. |
IsInvalid (get) | When overridden in a derived class, gets a value indicating whether the handle value is invalid. |
Name | Description |
---|---|
CloseHandle | Marks the handle for releasing and freeing resources. |
DangerousGetHandle | Returns the value of the handle field. |
Equals | Determines whether the specified value passed in is equal to the current object. |
GetHashCode | Serves as the default hash function. |
ToString | Returns a string that represents the current object. |