C# Class Machiner.Program

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
PrintAllDrives ( ) : void
PrintAllProcesses ( ) : void
PrintProcess ( Process aProcess ) : void
PrintVolumeInformation ( string aVolume ) : void
PrintVolumeMountPoints ( string rootPath ) : void
PrintVolumes ( ) : void

Private Methods

Méthode Description
Main ( string args ) : void
PrintProcEntry ( PROCESSENTRY32 procEntry ) : void

Method Details

PrintAllDrives() public static méthode

public static PrintAllDrives ( ) : void
Résultat void

PrintAllProcesses() public static méthode

public static PrintAllProcesses ( ) : void
Résultat void

PrintProcess() public static méthode

public static PrintProcess ( Process aProcess ) : void
aProcess Process
Résultat void

PrintVolumeInformation() public static méthode

public static PrintVolumeInformation ( string aVolume ) : void
aVolume string
Résultat void

PrintVolumeMountPoints() public static méthode

public static PrintVolumeMountPoints ( string rootPath ) : void
rootPath string
Résultat void

PrintVolumes() public static méthode

public static PrintVolumes ( ) : void
Résultat void