C# 클래스 NSoft.NFramework.Diagnostics.InstancePerformanceCounterProviderBase

상속: PerformanceCounterProviderBase, IInstancePerformanceCounterProvider
파일 보기 프로젝트 열기: debop/NFramework

보호된 메소드들

메소드 설명
CreatePerformanceCounter ( string counterName ) : PerformanceCounter

지정된 이름의 Counter를 생성합니다.

InstancePerformanceCounterProviderBase ( string categoryName ) : System

생성자

InstancePerformanceCounterProviderBase ( string categoryName, string instanceName ) : System

생성자

메소드 상세

CreatePerformanceCounter() 보호된 메소드

지정된 이름의 Counter를 생성합니다.
protected CreatePerformanceCounter ( string counterName ) : PerformanceCounter
counterName string
리턴 System.Diagnostics.PerformanceCounter

InstancePerformanceCounterProviderBase() 보호된 메소드

생성자
protected InstancePerformanceCounterProviderBase ( string categoryName ) : System
categoryName string
리턴 System

InstancePerformanceCounterProviderBase() 보호된 메소드

생성자
protected InstancePerformanceCounterProviderBase ( string categoryName, string instanceName ) : System
categoryName string
instanceName string
리턴 System