Table of Contents

Class CorEventArgs

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll
public class CorEventArgs : EventArgs
Inheritance
CorEventArgs
Derived

Constructors

CorEventArgs(CorController)
CorEventArgs(CorController, ManagedCallbackType)

Properties

CallbackType

The type of callback that returned this CorEventArgs object.

Continue
Controller
Process

The CorProcess associated with this event.

Thread

The CorThread associated with the callback event that returned this CorEventArgs object. If here is no such thread, Thread is null.