The members of System.Diagnostics.CounterSample are listed below.
See Also: Inherited members from System.ValueType
Initializes a new instance of the System.Diagnostics.CounterSample structure and sets the CounterSample.CounterTimeStamp property to 0 (zero). | ||
Initializes a new instance of the System.Diagnostics.CounterSample structure and sets the CounterSample.CounterTimeStamp property to the value that is passed in. |
static | Empty | CounterSample.
Defines an empty, uninitialized performance counter sample of type NumberOfItems32. |
[read-only] | BaseValue | long.
Gets an optional, base raw value for the counter. |
[read-only] | CounterFrequency | long.
Gets the raw counter frequency. |
[read-only] | CounterTimeStamp | long.
Gets the counter's time stamp. |
[read-only] | CounterType | PerformanceCounterType.
Gets the performance counter type. |
[read-only] | RawValue | long.
Gets the raw value of the counter. |
[read-only] | SystemFrequency | long.
Gets the raw system frequency. |
[read-only] | TimeStamp | long.
Gets the raw time stamp. |
[read-only] | TimeStamp100nSec | long.
Gets the raw, high-fidelity time stamp. |
static | Calculate(CounterSample)
| |
static | Calculate(CounterSample, CounterSample)
| |
Equals(CounterSample)
| ||
override | Equals(object)
| |
override | GetHashCode()
|
static | Equality(CounterSample, CounterSample) |
Returns a value that indicates whether two System.Diagnostics.CounterSample structures are equal. |
static | Inequality(CounterSample, CounterSample) |
Returns a value that indicates whether two System.Diagnostics.CounterSample structures are not equal. |