C# 클래스 PoshInternals.HandleInfo

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

공개 메소드들

메소드 설명
Close ( ) : void
HandleInfo ( int processId, ushort handle, int grantedAccess, byte rawType ) : System
HandleTypeFromString ( string typeStr ) : HandleType

비공개 메소드들

메소드 설명
GetRegularFileNameFromDevice ( string strRawName ) : string
initType ( ) : void
initTypeAndName ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

HandleInfo() 공개 메소드

public HandleInfo ( int processId, ushort handle, int grantedAccess, byte rawType ) : System
processId int
handle ushort
grantedAccess int
rawType byte
리턴 System

HandleTypeFromString() 공개 정적인 메소드

public static HandleTypeFromString ( string typeStr ) : HandleType
typeStr string
리턴 HandleType