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.
The information about the XML schema for the event manifest, see Event Manifest Schema in the MSDN Library.
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.