Enum DiagnosticsMessageType
Different diagnostic message types that are handled by the runtime.
Namespace: AltV.Net.Host.Diagnostics.Eventing
Assembly: AltV.Net.Host.dll
Syntax
public enum DiagnosticsMessageType : uint
Fields
AttachProfiler
CollectEventPipeTracing
GenerateCoreDump
StartEventPipeTracing
StopEventPipeTracing
| Name | Description |
|---|---|
| AttachProfiler | Attaches a profiler to an existing process |
| CollectEventPipeTracing | Starts an EventPipe session that sends events out-of-proc through IPC. |
| GenerateCoreDump | Initiates core dump generation |
| StartEventPipeTracing | Starts an EventPipe session that writes events to a file when the session is stopped or the application exits. |
| StopEventPipeTracing | Stops an EventPipe session. |