C# Class WebApplications.Utilities.Performance.PerfCounterInfo

Inheritance: WebApplications.Utilities.Formatting.ResolvableWriteable
Exibir arquivo Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description

Public Methods

Method Description
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Protected Methods

Method Description
PerfCounterInfo ( [ valueType, [ name, [ help ) : System

Initializes a new instance of the PerfCounterInfo class.

Method Details

PerfCounterInfo() protected method

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.
return System

Resolve() public method

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.
return object