Share via


DkmStepper.Close Method

Definition

Closes the stepper object. This should be closed by components when the stepper is done, such as when a step complete event is suppressed, or if the stepper fails to initialize. Steppers will be implicitly closed if their thread exits, or the debugger is stopped. They will be closed by the stepping manager if a different user-level execution request is issued.

DkmStepper objects are automatically closed when their associated DkmThread object is closed.

public:
 void Close();
public:
 void Close();
void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Applies to