Class PerformanceCounterValueRef
A reference to a single performance counter.
Inheritance
System.Object
PerformanceCounterValueRef
Implements
System.IDisposable
Namespace: Eco.Shared.Tools
Assembly: Eco.Shared.dll
Syntax
public sealed class PerformanceCounterValueRef : ValueType, IDisposable
Constructors
PerformanceCounterValueRef(PerformanceCounter, Int32)
Declaration
public PerformanceCounterValueRef(PerformanceCounter counter, int id)
Parameters
Type | Name | Description |
---|---|---|
PerformanceCounter | counter | |
System.Int32 | id |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable