EventSource.GenerateManifest 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 XML 資訊清單的字串,與目前的事件來源相關。
多載
GenerateManifest(Type, String, EventManifestOptions) |
傳回 XML 資訊清單的字串,與目前的事件來源相關。 |
GenerateManifest(Type, String) |
傳回 XML 資訊清單的字串,與目前的事件來源相關。 |
GenerateManifest(Type, String, EventManifestOptions)
傳回 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)
傳回 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 架構的相關信息,請參閱 事件指令清單架構。