public class EventTracingForWindowsEventSource : EventSource
ConstructionException | [Supported in the .NET Framework 4.5.1 and later versions] Gets any exception that was thrown during the construction of the event source. (Inherited from EventSource) |
Guid | The unique identifier for the event source. (Inherited from EventSource) |
Name | The friendly name of the class that is derived from the event source. (Inherited from EventSource) |
Settings | Gets the settings applied to this event source. (Inherited from EventSource) |
Dispose | Releases all resources used by the current instance of the EventSource class. (Inherited from EventSource) |
Dispose(Boolean) | Releases the unmanaged resources used by the EventSource class and optionally releases the managed resources. (Inherited from EventSource) |
Finalize | Allows the EventSource object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. (Inherited from EventSource) |
GetTrait | Gets the trait value associated with the specified key. (Inherited from EventSource) |
IsEnabled | Determines whether the current event source is enabled. (Inherited from EventSource) |
IsEnabled(EventLevel, EventKeywords) | Determines whether the current event source that has the specified level and keyword is enabled. (Inherited from EventSource) |
IsEnabled(EventLevel, EventKeywords, EventChannel) | Determines whether the current event source is enabled for events with the specified level, keywords and channel. (Inherited from EventSource) |
OnEventCommand | Called when the current event source is updated by the controller. (Inherited from EventSource) |
ToString | Obtains a string representation of the current event source instance. (Inherited from EventSource) |
TraceAfterAutomaticStateTransitionTrigger | |
TraceAfterEvent | |
TraceAfterExtensionMethod | |
TraceAfterPropertyCustomizedAutomaticNumbering | |
TraceAfterPropertyCustomValueCalculation | |
TraceAfterPropertyValueValidation | |
TraceAfterStatePostConditions | |
TraceAfterStatePreConditions | |
TraceAfterStateRunAction | |
TraceBeforeAutomaticStateTransitionTrigger | |
TraceBeforeEvent | |
TraceBeforeExtensionMethod | |
TraceBeforePropertyCustomizedAutomaticNumbering | |
TraceBeforePropertyCustomValueCalculation | |
TraceBeforePropertyValueValidation | |
TraceBeforeStatePostConditions | |
TraceBeforeStatePreConditions | |
TraceBeforeStateRunAction | |
TraceCustomEvent | |
Write(String) | Writes an event without fields, but with the specified name and default options. (Inherited from EventSource) |
Write(String, EventSourceOptions) | Writes an event without fields, but with the specified name and options. (Inherited from EventSource) |
WriteT(String, T) | Writes an event with the specified name and data. (Inherited from EventSource) |
WriteT(String, EventSourceOptions, T) | Writes an event with the specified name, event data and options. (Inherited from EventSource) |
WriteT(String, EventSourceOptions, T) | Writes an event with the specified name, options and event data. (Inherited from EventSource) |
WriteT(String, EventSourceOptions, Guid, Guid, T) | Writes an event with the specified name, options, related activity and event data. (Inherited from EventSource) |
WriteEvent(Int32) | Writes an event by using the provided event identifier. (Inherited from EventSource) |
WriteEvent(Int32, Byte) | Writes an event by using the provided event identifier and byte array argument. (Inherited from EventSource) |
WriteEvent(Int32, Int32) | Writes an event by using the provided event identifier and 32-bit integer argument. (Inherited from EventSource) |
WriteEvent(Int32, Int64) | Writes an event by using the provided event identifier and 64-bit integer argument. (Inherited from EventSource) |
WriteEvent(Int32, Object) | Writes an event by using the provided event identifier and array of arguments. (Inherited from EventSource) |
WriteEvent(Int32, String) | Writes an event by using the provided event identifier and string argument. (Inherited from EventSource) |
WriteEvent(Int32, Int32, Int32) | Writes an event by using the provided event identifier and 32-bit integer arguments. (Inherited from EventSource) |
WriteEvent(Int32, Int32, String) | Writes an event by using the provided event identifier and 32-bit integer and string arguments. (Inherited from EventSource) |
WriteEvent(Int32, Int64, Byte) | Writes the event data using the specified indentifier and 64-bit integer and byte array arguments. (Inherited from EventSource) |
WriteEvent(Int32, Int64, Int64) | Writes an event by using the provided event identifier and 64-bit arguments. (Inherited from EventSource) |
WriteEvent(Int32, Int64, String) | Writes an event by using the provided event identifier and 64-bit integer, and string arguments. (Inherited from EventSource) |
WriteEvent(Int32, String, Int32) | Writes an event by using the provided event identifier and arguments. (Inherited from EventSource) |
WriteEvent(Int32, String, Int64) | Writes an event by using the provided event identifier and arguments. (Inherited from EventSource) |
WriteEvent(Int32, String, String) | Writes an event by using the provided event identifier and string arguments. (Inherited from EventSource) |
WriteEvent(Int32, Int32, Int32, Int32) | Writes an event by using the provided event identifier and 32-bit integer arguments. (Inherited from EventSource) |
WriteEvent(Int32, Int64, Int64, Int64) | Writes an event by using the provided event identifier and 64-bit arguments. (Inherited from EventSource) |
WriteEvent(Int32, String, Int32, Int32) | Writes an event by using the provided event identifier and arguments. (Inherited from EventSource) |
WriteEvent(Int32, String, String, String) | Writes an event by using the provided event identifier and string arguments. (Inherited from EventSource) |
WriteEventCore | Creates a new {0} Overload overload by using the provided event identifier and event data. (Inherited from EventSource) |
WriteEventWithRelatedActivityId | [Supported in the .NET Framework 4.5.1 and later versions] Writes an event that indicates that the current activity is related to another activity. (Inherited from EventSource) |
WriteEventWithRelatedActivityIdCore | [Supported in the .NET Framework 4.5.1 and later versions] Writes an event that indicates that the current activity is related to another activity. (Inherited from EventSource) |
EventCommandExecuted | Occurs when a command comes from an event listener. (Inherited from EventSource) |