EventSourceAttribute.Guid 属性

定义

获取或设置事件源标识符。

public:
 property System::String ^ Guid { System::String ^ get(); void set(System::String ^ value); };
public string Guid { get; set; }
public string? Guid { get; set; }
member this.Guid : string with get, set
Public Property Guid As String

属性值

事件源标识符。

注解

在标准用法中,在定义或引用事件源时不需要指定 GUID,因为 GUID 隐式派生自事件源类的名称。 除非将现有 ETW 提供程序升级到使用事件源,否则不建议显式定义 GUID。

适用于