C# Class System.Runtime.InteropServices.SafeHandle

Inheritance: IDisposable
ファイルを表示 Open project: vargaz/mono Class Usage Examples

Protected Properties

Property Type Description
handle IntPtr

Protected Methods

Method Description
SafeHandle ( ) : System

Private Methods

Method Description
Close ( ) : void
DangerousAddRef ( bool &success ) : void
DangerousGetHandle ( ) : IntPtr
DangerousRelease ( ) : void
Dispose ( ) : void
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : bool
SafeHandle ( IntPtr invalidHandleValue, bool ownsHandle ) : System
SetHandle ( IntPtr handle ) : void
SetHandleAsInvalid ( ) : void

Method Details

SafeHandle() protected method

protected SafeHandle ( ) : System
return System

Property Details

handle protected_oe property

protected IntPtr handle
return IntPtr