Table of Contents

Method Continue

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

Continue(bool)

Continue processes after a call to Stop.

outOfBand is true if continuing from an unmanaged event that was sent with the outOfBand flag in the unmanaged callback; false if continueing from a managed event or normal unmanaged event.

public override void Continue(bool outOfBand)

Parameters

outOfBand bool