EventDescriptor(Int32, Byte, Byte, Byte, Byte, Int32, Int64) 생성자

정의

EventDescriptor 클래스의 새 인스턴스를 초기화합니다.

public:
 EventDescriptor(int id, System::Byte version, System::Byte channel, System::Byte level, System::Byte opcode, int task, long keywords);
public EventDescriptor (int id, byte version, byte channel, byte level, byte opcode, int task, long keywords);
new System.Diagnostics.Eventing.EventDescriptor : int * byte * byte * byte * byte * int * int64 -> System.Diagnostics.Eventing.EventDescriptor
Public Sub New (id As Integer, version As Byte, channel As Byte, level As Byte, opcode As Byte, task As Integer, keywords As Long)

매개 변수

id
Int32

이벤트 식별자입니다.

version
Byte

이벤트의 버전입니다. 버전은 이벤트 정의의 수정 버전을 나타냅니다. 이 멤버와 ID 멤버를 사용하여 고유한 이벤트를 식별할 수 있습니다.

channel
Byte

이벤트의 가능한 대상을 정의합니다.

level
Byte

이벤트에 포함되는 세부 수준을 지정합니다.

opcode
Byte

이벤트가 기록될 때 수행되는 작업입니다.

task
Int32

이벤트를 작성하는 애플리케이션의 논리 구성 요소를 식별합니다.

keywords
Int64

이벤트 범주를 지정하는 비트 마스크입니다. 키워드에 하나 이상의 공급자 정의 키워드 또는 표준 키워드가 있거나 둘 다 포함될 수 있습니다.

설명

이러한 매개 변수에 대 한 자세한 내용은 참조의 특성을 EventDefinitionType 복합 형식입니다.

적용 대상