DkmClrRuntimeInstance.OnFuncEvalQuickAbortDllLoaded Method

Definition

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

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 void OnFuncEvalQuickAbortDllLoaded(Microsoft::VisualStudio::Debugger::DkmThread ^ Thread, bool Result);
public void OnFuncEvalQuickAbortDllLoaded (Microsoft.VisualStudio.Debugger.DkmThread Thread, bool Result);
member this.OnFuncEvalQuickAbortDllLoaded : Microsoft.VisualStudio.Debugger.DkmThread * bool -> unit
Public Sub OnFuncEvalQuickAbortDllLoaded (Thread As DkmThread, Result As Boolean)

Parameters

Thread
DkmThread

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

Result
Boolean

[In] Specifies if the FEQA DLL was successfully loaded.

Applies to