C# Class DeviceIOControlLib.Wrapper.DeviceIoWrapperBase

Inheritance: IDisposable
ファイルを表示 Open project: LordMike/DeviceIOControlLib

Public Methods

Method Description
DeviceIoWrapperBase ( SafeFileHandle handle, bool ownsHandle = false ) : System
Dispose ( ) : void

Method Details

DeviceIoWrapperBase() public method

public DeviceIoWrapperBase ( SafeFileHandle handle, bool ownsHandle = false ) : System
handle Microsoft.Win32.SafeHandles.SafeFileHandle
ownsHandle bool
return System

Dispose() public method

public Dispose ( ) : void
return void