C# 클래스 PmcReader.Interop.KernelDriver

파일 보기 프로젝트 열기: clamchowder/MsrUtil 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lastError int

공개 메소드들

메소드 설명
Close ( ) : void
Delete ( ) : bool
DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer ) : bool
DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer, &outBuffer ) : bool
Install ( string path, string &errorMessage ) : bool
KernelDriver ( string id ) : System
Open ( ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool

DeviceIOControl() 공개 메소드

public DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer ) : bool
ioControlCode PmcReader.Interop.Kernel32.IOControlCode
inBuffer object
리턴 bool

DeviceIOControl() 공개 메소드

public DeviceIOControl ( PmcReader.Interop.Kernel32.IOControlCode ioControlCode, object inBuffer, &outBuffer ) : bool
ioControlCode PmcReader.Interop.Kernel32.IOControlCode
inBuffer object
리턴 bool

Install() 공개 메소드

public Install ( string path, string &errorMessage ) : bool
path string
errorMessage string
리턴 bool

KernelDriver() 공개 메소드

public KernelDriver ( string id ) : System
id string
리턴 System

Open() 공개 메소드

public Open ( ) : bool
리턴 bool

프로퍼티 상세

lastError 공개적으로 프로퍼티

public int lastError
리턴 int