Share via


IDkmBeforeContinueExecutionNotification.BeforeContinueExecution Method

Definition

Handler which is notified before the target process is resumed.

public:
 void BeforeContinueExecution(Microsoft::VisualStudio::Debugger::DkmThread ^ thread);
public void BeforeContinueExecution (Microsoft.VisualStudio.Debugger.DkmThread thread);
abstract member BeforeContinueExecution : Microsoft.VisualStudio.Debugger.DkmThread -> unit
Public Sub BeforeContinueExecution (thread As DkmThread)

Parameters

thread
DkmThread

[In] DkmThread represents a thread running in the target process.

Applies to