C# 클래스 PerformanceCounterControls.PerformanceCounters

파일 보기 프로젝트 열기: Behzadkhosravifar/MakeClassSchedule 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CPU_Name string
Calculate Double
GlobalMemoryStatus void
InitializeComponent void
buildCoreObjects void
lblCore_Specification Label
lblPercent_Specification Label
prbCore_Specification ProgressBar

공개 메소드들

메소드 설명
CPU_CurrentClockSpeed ( ) : uint
CPU_MaxClockSpeed ( ) : uint
Clear ( ) : void
PerformanceCounters ( ) : System
RefreshData ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CPU_Name ( ) : string
Calculate ( CounterSample oldSample, CounterSample newSample ) : Double
GlobalMemoryStatus ( MemoryStatus &stat ) : void
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

메소드 상세

CPU_CurrentClockSpeed() 공개 메소드

public CPU_CurrentClockSpeed ( ) : uint
리턴 uint

CPU_MaxClockSpeed() 공개 메소드

public CPU_MaxClockSpeed ( ) : uint
리턴 uint

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

PerformanceCounters() 공개 메소드

public PerformanceCounters ( ) : System
리턴 System

RefreshData() 공개 메소드

public RefreshData ( ) : void
리턴 void