C# 클래스 CogMon.Agent.WinPerf

상속: IDisposable
파일 보기 프로젝트 열기: lafar6502/cogmon

공개 메소드들

메소드 설명
Dispose ( ) : void
GetRawValue ( string pcref ) : long
GetValue ( string pcref ) : float

비공개 메소드들

메소드 설명
GetPerfCounter ( string pcref ) : PerformanceCounter
GetPerfCounterKey ( string categoryName, string counterName, string counterInstance, string machineName ) : string
NormalizePCRef ( string pcref ) : string
ParsePerfCounterKey ( string pcref, string &categoryName, string &counterName, string &instanceName, string &machineName ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetRawValue() 공개 메소드

public GetRawValue ( string pcref ) : long
pcref string
리턴 long

GetValue() 공개 메소드

public GetValue ( string pcref ) : float
pcref string
리턴 float