C# 클래스 Crow.Library.Logger.PerformanceCounting.Performance

상속: IDisposable
파일 보기 프로젝트 열기: msusur/Crowfx

공개 프로퍼티들

프로퍼티 타입 설명
Counters List

공개 메소드들

메소드 설명
Dispose ( ) : void
Performance ( string key ) : System
WriteAndClear ( StringBuilder builder ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Performance() 공개 메소드

public Performance ( string key ) : System
key string
리턴 System

WriteAndClear() 공개 정적인 메소드

public static WriteAndClear ( StringBuilder builder ) : void
builder StringBuilder
리턴 void

프로퍼티 상세

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

public static List Counters
리턴 List