IDkmBeforeContinueExecutionNotification Interface

Definição

Fornece uma notificação de que o processo está prestes a continuar a execução. Essa função é chamada antes de todos os relevantes serem inicializados, portanto, Func-evals pode ser executado.

As implementações dessa interface podem restringir quando são chamadas usando um filtro definido em sua configuração de componente. As propriedades a seguir podem ser usadas: BaseDebugMonitorId, Engineid, TransportKind.

Essa API foi introduzida no Visual Studio 14 RTM (DkmApiVersion. VS14RTM).

public interface class IDkmBeforeContinueExecutionNotification
public interface class IDkmBeforeContinueExecutionNotification
__interface IDkmBeforeContinueExecutionNotification
public interface IDkmBeforeContinueExecutionNotification
type IDkmBeforeContinueExecutionNotification = interface
Public Interface IDkmBeforeContinueExecutionNotification

Métodos

BeforeContinueExecution(DkmThread)

Manipulador que é notificado antes de o processo de destino ser retomado.

Aplica-se a