編輯

共用方式為


TraceEvent.Opcode Property

Definition

public Nullable<int> Opcode { get; }
member this.Opcode : Nullable<int>
Public ReadOnly Property Opcode As Nullable(Of Integer)

Property Value

Remarks

Unlike EVENT_RECORD, this type exposes EVENT_TRACE.Type as Id rather than as Opcode.

This property is only present when HeaderType is Generic.

Applies to