C# 클래스 NBench.PerformanceCounters.Collection.EmptyPerformanceCounterProxy

Special case pattern - used when we can't find a IPerformanceCounterProxy inside the PerformanceCounterCache.
상속: IPerformanceCounterProxy
파일 보기 프로젝트 열기: petabridge/NBench

공개 프로퍼티들

프로퍼티 타입 설명
Instance EmptyPerformanceCounterProxy

공개 메소드들

메소드 설명
Collect ( ) : double
Dispose ( ) : void

비공개 메소드들

메소드 설명
EmptyPerformanceCounterProxy ( ) : System

메소드 상세

Collect() 공개 메소드

public Collect ( ) : double
리턴 double

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static EmptyPerformanceCounterProxy,NBench.PerformanceCounters.Collection Instance
리턴 EmptyPerformanceCounterProxy