C# 클래스 Machiner.Program

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
PrintAllDrives ( ) : void
PrintAllProcesses ( ) : void
PrintProcess ( Process aProcess ) : void
PrintVolumeInformation ( string aVolume ) : void
PrintVolumeMountPoints ( string rootPath ) : void
PrintVolumes ( ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void
PrintProcEntry ( PROCESSENTRY32 procEntry ) : void

메소드 상세

PrintAllDrives() 공개 정적인 메소드

public static PrintAllDrives ( ) : void
리턴 void

PrintAllProcesses() 공개 정적인 메소드

public static PrintAllProcesses ( ) : void
리턴 void

PrintProcess() 공개 정적인 메소드

public static PrintProcess ( Process aProcess ) : void
aProcess Process
리턴 void

PrintVolumeInformation() 공개 정적인 메소드

public static PrintVolumeInformation ( string aVolume ) : void
aVolume string
리턴 void

PrintVolumeMountPoints() 공개 정적인 메소드

public static PrintVolumeMountPoints ( string rootPath ) : void
rootPath string
리턴 void

PrintVolumes() 공개 정적인 메소드

public static PrintVolumes ( ) : void
리턴 void