C# 클래스 Tp.Core.Diagnostics.PerformanceCounters

상속: IPerformanceCounters
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
PerformanceCounters ( IPerformanceCountersCategoryInfo category ) : System
this ( string counterName ) : IPerformanceCounter

비공개 메소드들

메소드 설명
GetPerformanceCounter ( string categoryName, string counterName, bool isReadOnly ) : IPerformanceCounter

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PerformanceCounters() 보호된 메소드

protected PerformanceCounters ( IPerformanceCountersCategoryInfo category ) : System
category IPerformanceCountersCategoryInfo
리턴 System

this() 보호된 메소드

protected this ( string counterName ) : IPerformanceCounter
counterName string
리턴 IPerformanceCounter