C# Class CsDebugScript.DebugEventInfo

Class Describing Debugger Event.
Show file Open project: southpolenator/WinDbgCs

Public Properties

Property Type Description
Description string
EventExtraInfo byte[]
Process Process
Thread System.Thread
Type DebugEvent

Property Details

Description public property

Event description.
public string Description
return string

EventExtraInfo public property

Serialized Event Details.
public byte[] EventExtraInfo
return byte[]

Process public property

Process where Event occured.
public Process,CsDebugScript Process
return Process

Thread public property

Thread where Event occurred.
public Thread,System Thread
return System.Thread

Type public property

Event Type.
public DebugEvent Type
return DebugEvent