Table of Contents

Class CounterValuePresenter

Namespace
HeBianGu.Systems.WinTool
Assembly
HeBianGu.Systems.WinTool.dll
public class CounterValuePresenter : CounterPresenterBase, INotifyPropertyChanged, IDisplayer, ICounterPresenter
Inheritance
CounterValuePresenter
Implements
Inherited Members
Extension Methods

Constructors

CounterValuePresenter(string, string, string)

public CounterValuePresenter(string categoryName, string instanceName, string counterName)

Parameters

categoryName string
instanceName string
counterName string

Properties

Value

说明

public string Value { get; }

Property Value

string

Methods

ConvertToValue(float)

protected override string ConvertToValue(float value)

Parameters

value float

Returns

string