C# 클래스 Wmi.Program

파일 보기 프로젝트 열기: jquintus/spikes

공개 메소드들

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

비공개 메소드들

메소드 설명
BytesToGigs ( System.Management.ManagementObject queryObj, string column ) : double
DumpAllPropertiesForClass ( string queryClass, string root = @"Root\CIMV2" ) : void
DumpDiskInfo ( ) : void
DumpProcessorInfo ( ) : void
DumpTotalRamInfo ( ) : void
TotalRamFromComputerSystem ( ) : void
TotalRamFromPhysicalMemory ( ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void