/// </summary>
GenerateCoreDump = 1,
/// <summary>
- /// Attaches a profiler to an existing process
- /// </summary>
- AttachProfiler,
- /// <summary>
/// Starts an EventPipe session that writes events to a file when the session is stopped or the application exits.
/// </summary>
StartEventPipeTracing = 1024,
/// Starts an EventPipe session that sends events out-of-proc through IPC.
/// </summary>
CollectEventPipeTracing,
+ /// <summary>
+ /// Attaches a profiler to an existing process
+ /// </summary>
+ AttachProfiler = 2048,
}
}