C# Class PoshInternals.HandleInfo

Afficher le fichier Open project: adamdriscoll/PoshInternals Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetRegularFileNameFromDevice ( string strRawName ) : string
initType ( ) : void
initTypeAndName ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

HandleInfo() public méthode

public HandleInfo ( int processId, ushort handle, int grantedAccess, byte rawType ) : System
processId int
handle ushort
grantedAccess int
rawType byte
Résultat System

HandleTypeFromString() public static méthode

public static HandleTypeFromString ( string typeStr ) : HandleType
typeStr string
Résultat HandleType