ProcessCrashInformation¶
Crash information supplied by the Session.ProcessCrashed event.
public sealed class ProcessCrashInformation
{
public string DumpPath { get; }
public string ProcessName { get; }
public uint Pid { get; }
public uint Signal { get; }
public DateTimeOffset Timestamp { get; }
}
Example: