C# Class Terrarium.Server.CounterCreationDataInfo

Exibir arquivo Open project: eugeniomiro/Terrarium Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CounterCreationDataInfo ( ) : System.Diagnostics
CounterCreationDataInfo ( string counterName, string instanceName, PerformanceCounterType counterType, string counterHelp ) : System.Diagnostics

Method Details

CounterCreationDataInfo() public method

public CounterCreationDataInfo ( ) : System.Diagnostics
return System.Diagnostics

CounterCreationDataInfo() public method

public CounterCreationDataInfo ( string counterName, string instanceName, PerformanceCounterType counterType, string counterHelp ) : System.Diagnostics
counterName string
instanceName string
counterType PerformanceCounterType
counterHelp string
return System.Diagnostics