Table of Contents

Property Continue

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

Continue

The default behavior after an event is to Continue processing after the event has been handled. This can be changed by setting this property to false.

public override bool Continue { get; set; }

Property Value

bool