EventSource.GenerateManifest 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与当前事件源关联的 XML 清单的字符串。
重载
GenerateManifest(Type, String, EventManifestOptions) |
返回与当前事件源关联的 XML 清单的字符串。 |
GenerateManifest(Type, String) |
返回与当前事件源关联的 XML 清单的字符串。 |
GenerateManifest(Type, String, EventManifestOptions)
- Source:
- EventSource.cs
- Source:
- EventSource.cs
- Source:
- EventSource.cs
返回与当前事件源关联的 XML 清单的字符串。
public:
static System::String ^ GenerateManifest(Type ^ eventSourceType, System::String ^ assemblyPathToIncludeInManifest, System::Diagnostics::Tracing::EventManifestOptions flags);
public static string GenerateManifest (Type eventSourceType, string assemblyPathToIncludeInManifest, System.Diagnostics.Tracing.EventManifestOptions flags);
public static string? GenerateManifest (Type eventSourceType, string? assemblyPathToIncludeInManifest, System.Diagnostics.Tracing.EventManifestOptions flags);
static member GenerateManifest : Type * string * System.Diagnostics.Tracing.EventManifestOptions -> string
Public Shared Function GenerateManifest (eventSourceType As Type, assemblyPathToIncludeInManifest As String, flags As EventManifestOptions) As String
参数
- eventSourceType
- Type
事件源的类型。
- flags
- EventManifestOptions
一个枚举值的按位组合,这些枚举值指定如何生成清单。
返回
XML 数据字符串或 null
。
注解
如果 flags
指定 OnlyIfNeededForRegistration
,并且 eventSourceType
指定的 不需要显式注册, GenerateManifest 则 null
返回 。
适用于
GenerateManifest(Type, String)
- Source:
- EventSource.cs
- Source:
- EventSource.cs
- Source:
- EventSource.cs
返回与当前事件源关联的 XML 清单的字符串。
public:
static System::String ^ GenerateManifest(Type ^ eventSourceType, System::String ^ assemblyPathToIncludeInManifest);
public static string GenerateManifest (Type eventSourceType, string assemblyPathToIncludeInManifest);
public static string? GenerateManifest (Type eventSourceType, string? assemblyPathToIncludeInManifest);
static member GenerateManifest : Type * string -> string
Public Shared Function GenerateManifest (eventSourceType As Type, assemblyPathToIncludeInManifest As String) As String
参数
- eventSourceType
- Type
事件源的类型。
返回
XML 数据字符串。
注解
有关事件清单的 XML 架构的信息,请参阅 事件清单架构。