Property | Type | Description | |
---|---|---|---|
CPU_Name | string | ||
Calculate | Double | ||
GlobalMemoryStatus | void | ||
InitializeComponent | void | ||
buildCoreObjects | void | ||
lblCore_Specification | Label | ||
lblPercent_Specification | Label | ||
prbCore_Specification | ProgressBar |
Method | Description | |
---|---|---|
CPU_CurrentClockSpeed ( ) : uint | ||
CPU_MaxClockSpeed ( ) : uint | ||
Clear ( ) : void | ||
PerformanceCounters ( ) : System | ||
RefreshData ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CPU_Name ( ) : string | ||
Calculate ( CounterSample oldSample, CounterSample newSample ) : Double | ||
GlobalMemoryStatus ( |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
buildCoreObjects ( int NumberOfCore ) : void | ||
lblCore_Specification ( Point location, int No ) : Label | ||
lblPercent_Specification ( Point location ) : Label | ||
prbCore_Specification ( Point location ) : ProgressBar |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |