Method | Description | |
---|---|---|
Close ( ) : void | ||
HandleInfo ( int processId, ushort handle, int grantedAccess, byte rawType ) : System | ||
HandleTypeFromString ( string typeStr ) : HandleType |
Method | Description | |
---|---|---|
GetRegularFileNameFromDevice ( string strRawName ) : string | ||
initType ( ) : void | ||
initTypeAndName ( ) : void |
public HandleInfo ( int processId, ushort handle, int grantedAccess, byte rawType ) : System | ||
processId | int | |
handle | ushort | |
grantedAccess | int | |
rawType | byte | |
return | System |
public static HandleTypeFromString ( string typeStr ) : HandleType | ||
typeStr | string | |
return | HandleType |