EventTraceSessionCollection overview
Public Properties
IsSynchronized |
Implementation of ICollection.IsSynchronized. Always returns false. |
SyncRoot |
Implementation of ICollection.SyncRoot. Always returns this. |
Count |
Implementation of ICollection.Count. Returns the number of active event tracing sessions. |
Public Methods
Refresh |
Refreshes the collection for the current set of active event tracing sessions. |
CopyTo |
Implementation of ICollection.CopyTo. Copies objects of type EventTraceSession to the target Array. |
CopyTo(EventTraceSessionCollection, int) |
Copies the EventTraceSession objects in the current collection to the target collection. |
GetEnumerator |
Implementation of IEnumerable.GetEnumerator. Returns an enumerator to iterate through each object within the collection. |
See Also
EventTraceSessionCollection Class |
EventTraceSession Class |
EventTraceRegisteredProvider Class |
EventTraceProviderCollection Class |
EventTraceProvider Class |
EventTraceKernelSession Class