CorLib
SafeHandle
SafeHandle overview
Public:
Properties:
IsClosed
(get)
Indicates if the SafeHandle is considered closed.
IsInvalid
(get)
Indicates if the wrapped handle is considered invalid.
Methods:
CloseHandle
Attempts to close the handle by raising the ReleaseHandle event.
DangerousGetHandle
Events:
ReleaseHandle
See Also