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

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

공개 메소드들

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

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

Read ( ) : Data

보호된 메소드들

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

메소드 상세

Dump() 공개 메소드

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

GetAllClassNames() 보호된 메소드

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

OnDataRead() 보호된 메소드

protected OnDataRead ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : Data
리턴 Data