Partager via


Membres TraceEventCollection

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

Le type TraceEventCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add(TraceEvent) Adds a TraceEvent to the end of the collection.
Méthode publique Add(TraceEventClass) Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.
Méthode publique Clear Removes all elements from the collection.
Méthode publique Contains(TraceEvent) Indicates whether the collection contains a specified TraceEvent.
Méthode publique Contains(TraceEventClass) Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique Find Gets the TraceEvent that has the specified TraceEventClass value from the collection.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Remove(TraceEvent) Removes the specified TraceEvent from the collection.
Méthode publique Remove(TraceEventClass) Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of TraceEvent objects in the collection.
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets the TraceEvent at the specified index from the collection.
Propriété publique Item[ ( [ ( TraceEventClass] ) ] ) Gets the TraceEvent that has the specified TraceEventClass value from the collection.

Haut de la page