IDkmManagedFuncEvalQuickAbortServices Interface

Definition

Interface to support managed func-eval quick abort.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, TransportKind.

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

Methods

OnFuncEvalQuickAbortDllLoaded(DkmClrRuntimeInstance, DkmThread, Boolean)

Notifies the result of the attempt to load the FEQA DLL.

PrepareForFuncEvalQuickAbort(DkmClrRuntimeInstance, DkmThread, Boolean, UInt64)

Checks to see if we should load the FEQA DLL.

Applies to