Поделиться через


Элементы TraceEventCollection

Contains a collection of TraceEvent objects. This class cannot be inherited.

Тип TraceEventCollection предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Add(TraceEvent) Adds a TraceEvent to the end of the collection.
Открытый метод Add(TraceEventClass) Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.
Открытый метод Clear Removes all elements from the collection.
Открытый метод Contains(TraceEvent) Indicates whether the collection contains a specified TraceEvent.
Открытый метод Contains(TraceEventClass) Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод Find Gets the TraceEvent that has the specified TraceEventClass value from the collection.
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Remove(TraceEvent) Removes the specified TraceEvent from the collection.
Открытый метод Remove(TraceEventClass) Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of TraceEvent objects in the collection.
Открытое свойство Item[ ( [ ( Int32] ) ] ) Gets the TraceEvent at the specified index from the collection.
Открытое свойство Item[ ( [ ( TraceEventClass] ) ] ) Gets the TraceEvent that has the specified TraceEventClass value from the collection.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICollection. . :: . .CopyTo
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .IsSynchronized
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .SyncRoot

В начало