C# 클래스 Zetbox.API.Client.PerfCounter.MemoryAppender

상속: Zetbox.API.PerfCounter.BaseMemoryAppender, IMemoryAppender
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
DecrementViewModel ( ) : void
Dump ( bool force ) : void

Default implementation does nothing. You need to read the values directly.

FormatTo ( string>.Dictionary values ) : void
IncrementViewModel ( ) : void
IncrementViewModelCreate ( ) : void
IncrementViewModelFetch ( ) : void
Read ( ) : Data

보호된 메소드들

메소드 설명
GetAllClassNames ( IFrozenContext frozenCtx ) : List
OnDataRead ( ) : void
ResetValues ( ) : void

메소드 상세

DecrementViewModel() 공개 메소드

public DecrementViewModel ( ) : void
리턴 void

Dump() 공개 메소드

Default implementation does nothing. You need to read the values directly.
public Dump ( bool force ) : void
force bool
리턴 void

FormatTo() 공개 메소드

public FormatTo ( string>.Dictionary values ) : void
values string>.Dictionary
리턴 void

GetAllClassNames() 보호된 메소드

protected GetAllClassNames ( IFrozenContext frozenCtx ) : List
frozenCtx IFrozenContext
리턴 List

IncrementViewModel() 공개 메소드

public IncrementViewModel ( ) : void
리턴 void

IncrementViewModelCreate() 공개 메소드

public IncrementViewModelCreate ( ) : void
리턴 void

IncrementViewModelFetch() 공개 메소드

public IncrementViewModelFetch ( ) : void
리턴 void

OnDataRead() 보호된 메소드

protected OnDataRead ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : Data
리턴 Data

ResetValues() 보호된 메소드

protected ResetValues ( ) : void
리턴 void