C# Class PoshInternals.HandleInfo

Mostra file Open project: adamdriscoll/PoshInternals Class Usage Examples

Public Methods

Method Description
Close ( ) : void
HandleInfo ( int processId, ushort handle, int grantedAccess, byte rawType ) : System
HandleTypeFromString ( string typeStr ) : HandleType

Private Methods

Method Description
GetRegularFileNameFromDevice ( string strRawName ) : string
initType ( ) : void
initTypeAndName ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

HandleInfo() public method

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

HandleTypeFromString() public static method

public static HandleTypeFromString ( string typeStr ) : HandleType
typeStr string
return HandleType