CounterSetInstanceCounterDataSet Class

 

Contains the collection of counter values.

Namespace:   System.Diagnostics.PerformanceData
Assembly:  System.Core (in System.Core.dll)

System::Object
  System.Diagnostics.PerformanceData::CounterSetInstanceCounterDataSet

[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)]
public ref class CounterSetInstanceCounterDataSet sealed : IDisposable

NameDescription
System_CAPS_pubpropertyItem[Int32]

Accesses a counter value in the collection by using the specified counter identifier.

System_CAPS_pubpropertyItem[String^]

Accesses a counter value in the collection by using the specified counter name.

NameDescription
System_CAPS_pubmethodDispose()

Releases all unmanaged resources used by this object.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

The CounterSetInstance::Counters property returns an instance of this class.

.NET Framework
Available since 3.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: