EventTracingForWindowsImpl Methods |
The EventTracingForWindowsImpl type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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 |
Sends the notification of automatic state transition conditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceAfterEvent |
Sends the After Event notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceAfterExtensionMethod |
Sends the After Extension Method notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceAfterPropertyCustomizedAutomaticNumbering |
Sends the notification of property customized automatic numbering for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceAfterPropertyCustomValueCalculation |
Sends the notification of property custom value calculation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceAfterPropertyValueValidation |
Sends the notification of property value validation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceAfterStatePostConditions |
Sends the notification of state postconditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceAfterStatePreConditions |
Sends the notification of state preconditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceAfterStateRunAction |
Sends the notification of state run action for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforeAutomaticStateTransitionTrigger |
Sends the notification of automatic state transition conditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforeEvent |
Sends the Before Event notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforeExtensionMethod |
Sends the Before Extension Method notification for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforePropertyCustomizedAutomaticNumbering |
Sends the notification of property customized automatic numbering for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforePropertyCustomValueCalculation |
Sends the notification of property custom value calculation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforePropertyValueValidation |
Sends the notification of property value validation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforeStatePostConditions |
Sends the notification of state postconditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforeStatePreConditions |
Sends the notification of state preconditions evaluation for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceBeforeStateRunAction |
Sends the notification of state run action for Event Tracing for Windows framework. This can be used e.g. to produce performance logs.
|
![]() | TraceCustomEvent |
Sends the notification of a custom event.
|
![]() | 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, 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, String) | Writes an event by using the provided event identifier and string argument. (Inherited from EventSource.) |
![]() | WriteEvent(Int32, Byte) | Writes an event by using the provided event identifier and byte array 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, Int32, Int32) | Writes an event by using the provided event identifier and 32-bit integer 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, String, String) | Writes an event by using the provided event identifier 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, Int64, String) | Writes an event by using the provided event identifier and 64-bit integer, and string 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, 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, String, String) | Writes an event by using the provided event identifier and string arguments. (Inherited from EventSource.) |
![]() | WriteEvent(Int32, String, Int32, Int32) | Writes an event by using the provided event identifier and arguments. (Inherited from EventSource.) |
![]() | WriteEventCore | Creates a new WriteEvent 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.) |