Dela via


EtwEventArgs Class

Definition

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

Applies to