PerformanceCounterType (System.Diagnostics.PerformanceCounterType)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: System.dll

Specifies the formula used to calculate the method for a PerformanceCounter instance.

VB.NET C#

C#

public enum struct PerformanceCounterType : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

BCL Team Blog : How to Read Performance Counters [Ryan Byington]

See http://msdn2.microsoft.com/en-us/system.diagnostics.performancecountertype.aspx for a complete description of the all of the different counter types and calculations.

MBR IT/.NET 247 : System.Diagnostics Namespace [Details]

System.Diagnostics.PerformanceCounterType: System.Diagnostics.Process: System.Diagnostics.ProcessModule ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for ...

CodeProject: An Introduction To Performance Counters. Free source code ...

You will find the performance counter types in the System.Diagnostics.PerformanceCounterType enumeration. Some of the counters found in that enumeration end with "Base" which ...

Koders Code Search: LinuxPerformanceCountersConfig.cs - C#

... endregion } public class LinuxPerformanceCounterConfigItem { static System.Diagnostics.PerformanceCounterType PerformanceCounterTypeFromString ...

Mono Documentation

Mono Class Library : System.Diagnostics Namespace System.Diagnostics.PerformanceCounterType Enumeration ... System.ComponentModel.TypeConverter(typeof(System.Diagnostics ...

Mono Documentation

System.Diagnostics.MonitoringDescription("Type of this counter.")] [System.ComponentModel.DefaultValue(typeof(System.Diagnostics.PerformanceCounterType), "NumberOfItems32"

Creating Custom Performance Counters

... Diagnostics.CounterCreationData(); cdCounter1.CounterName = "Counter1"; cdCounter1.CounterHelp = "help string1"; cdCounter1.CounterType = System.Diagnostics.PerformanceCounterType ...

PerformanceCounter.CounterType Property (System.Diagnostics)

Gets the counter type of the associated performance counter. ... Property Value Type: System.Diagnostics . . :: . PerformanceCounterType. A PerformanceCounterType that describes ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support