C# Class Common.PInvoke.DisposableHandle

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

Public Methods

Method Description
DisposableHandle ( IntPtr handle, bool>.Func dispose, bool silentDispose = true ) : Common.System
Dispose ( ) : void
SuppressDispose ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DisposableHandle() public method

public DisposableHandle ( IntPtr handle, bool>.Func dispose, bool silentDispose = true ) : Common.System
handle System.IntPtr
dispose bool>.Func
silentDispose bool
return Common.System

Dispose() public method

public Dispose ( ) : void
return void

SuppressDispose() public method

public SuppressDispose ( ) : void
return void