System.Diagnostics.Tracing.EventSource
protected EventSource()
public static string GenerateManifest(Type eventSourceType, string assemblyPathToIncludeInManifest, EventManifestOptions flags)
public static void SendCommand(EventSource eventSource, EventCommand command, IDictionary<string, string> commandArguments)
public static void SetCurrentThreadActivityId(Guid activityId, out Guid oldActivityThatWillContinue)
public void Write<T>(string eventName, ref EventSourceOptions options, ref Guid activityId, ref Guid relatedActivityId, ref T data)
protected void WriteEventWithRelatedActivityIdCore(int eventId, Guid* relatedActivityId, int eventDataCount, EventData* data)