C# Class SystemMonitor.Program

显示文件 Open project: F1NB0/System-Monitor

Public Methods

Method Description
externalIP ( ) : string
getCPUFreq ( ) : void
globalTimer ( ) : int
pingGoogle ( ) : string
windowSizer ( ) : void
writePing ( ) : void
writeTime ( ) : void

Private Methods

Method Description
Main ( string args ) : void
OSProperties ( ) : string
dateString ( ) : string
getAvailableRAM ( ) : string
timeString ( ) : string

Method Details

externalIP() public static method

public static externalIP ( ) : string
return string

getCPUFreq() public static method

public static getCPUFreq ( ) : void
return void

globalTimer() public static method

public static globalTimer ( ) : int
return int

pingGoogle() public static method

public static pingGoogle ( ) : string
return string

windowSizer() public static method

public static windowSizer ( ) : void
return void

writePing() public static method

public static writePing ( ) : void
return void

writeTime() public static method

public static writeTime ( ) : void
return void