Table of Contents

Class CounterAttribute

Namespace
HeBianGu.Systems.WinTool
Assembly
HeBianGu.Systems.WinTool.dll
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public class CounterAttribute : Attribute
Inheritance
CounterAttribute
Inherited Members
Extension Methods

Properties

CategoryName

public string CategoryName { get; set; }

Property Value

string

CounterName

public string CounterName { get; set; }

Property Value

string

InstanceName

public string InstanceName { get; set; }

Property Value

string

UseSum

public bool UseSum { get; set; }

Property Value

bool