Search notes:

System.Runtime.InteropServices.SafeHandle (abstract class)

System.Runtime.InteropServices.SafeHandle is a wrapper class for operating system handles.
The class inherits from System.Runtime.ConstrainedExecution.CriticalFinalizerObject .

Methods and properties

Close()
DangerousAddRef()
DangerousGetHandle()
DangerousRelease()
Dispose()
Finalize()
IsClosed
IsInvalid
ReleaseHandle()
SetHandle()
SetHandleAsInvalid()

See also

System.Runtime.InteropServices.HandleRef

Index