C# Class Tether.Plugins.PerformanceCounterValueAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: surgicalcoder/Tether

Public Methods

Method Description
PerformanceCounterValueAttribute ( ) : System
PerformanceCounterValueAttribute ( string propertyName ) : System
PerformanceCounterValueAttribute ( string propertyName, int divisor ) : System

Method Details

PerformanceCounterValueAttribute() public method

public PerformanceCounterValueAttribute ( ) : System
return System

PerformanceCounterValueAttribute() public method

public PerformanceCounterValueAttribute ( string propertyName ) : System
propertyName string
return System

PerformanceCounterValueAttribute() public method

public PerformanceCounterValueAttribute ( string propertyName, int divisor ) : System
propertyName string
divisor int
return System