C# 클래스 WebApplications.Utilities.Performance.PerfCounterInfo

상속: WebApplications.Utilities.Formatting.ResolvableWriteable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

보호된 메소드들

메소드 설명
PerfCounterInfo ( [ valueType, [ name, [ help ) : System

Initializes a new instance of the PerfCounterInfo class.

메소드 상세

PerfCounterInfo() 보호된 메소드

Initializes a new instance of the PerfCounterInfo class.
protected PerfCounterInfo ( [ valueType, [ name, [ help ) : System
valueType [ Type of the value.
name [ The name.
help [ The help.
리턴 System

Resolve() 공개 메소드

Resolves the specified tag.
public Resolve ( FormatWriteContext context, FormatChunk chunk ) : object
context WebApplications.Utilities.Formatting.FormatWriteContext The context.
chunk WebApplications.Utilities.Formatting.FormatChunk The chunk.
리턴 object