0 out of 3 rated this helpful - Rate this topic

EventSource.GenerateManifest Method

.NET Framework 4.5

Returns a string of the XML manifest that is associated with the current event source.

Namespace:  System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)
public static string GenerateManifest(
	Type eventSourceType,
	string assemblyPathToIncludeInManifest
)

Parameters

eventSourceType
Type: System.Type

The type of the event source.

assemblyPathToIncludeInManifest
Type: System.String

The path to the .dll file to include in the manifest.

Return Value

Type: System.String
The XML data string.

The information about the XML schema for the event manifest, see Event Manifest Schema in the MSDN Library.

.NET Framework

Supported in: 4.5

.NET for Windows Store apps

Supported in: Windows 8

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.