C# 클래스 SystemMonitor.Program

파일 보기 프로젝트 열기: F1NB0/System-Monitor

공개 메소드들

메소드 설명
externalIP ( ) : string
getCPUFreq ( ) : void
globalTimer ( ) : int
pingGoogle ( ) : string
windowSizer ( ) : void
writePing ( ) : void
writeTime ( ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void
OSProperties ( ) : string
dateString ( ) : string
getAvailableRAM ( ) : string
timeString ( ) : string

메소드 상세

externalIP() 공개 정적인 메소드

public static externalIP ( ) : string
리턴 string

getCPUFreq() 공개 정적인 메소드

public static getCPUFreq ( ) : void
리턴 void

globalTimer() 공개 정적인 메소드

public static globalTimer ( ) : int
리턴 int

pingGoogle() 공개 정적인 메소드

public static pingGoogle ( ) : string
리턴 string

windowSizer() 공개 정적인 메소드

public static windowSizer ( ) : void
리턴 void

writePing() 공개 정적인 메소드

public static writePing ( ) : void
리턴 void

writeTime() 공개 정적인 메소드

public static writeTime ( ) : void
리턴 void