EtwEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ETW events argument class
public ref class EtwEventArgs : EventArgs
public class EtwEventArgs : EventArgs
type EtwEventArgs = class
inherit EventArgs
Public Class EtwEventArgs
Inherits EventArgs
- Inheritance
-
EtwEventArgs
Constructors
EtwEventArgs(EventDescriptor, Boolean, Object[]) |
Creates a new instance of EtwEventArgs class. |
Properties
Descriptor |
Gets Event descriptor |
Payload |
Gets payload in the event |
Success |
Gets whether the event is sucessfully written |