DkmClrRuntimeInstance.PrepareForFuncEvalQuickAbort Method

Definition

Checks to see if we should load the FEQA DLL.

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

public:
 void PrepareForFuncEvalQuickAbort(Microsoft::VisualStudio::Debugger::DkmThread ^ Thread, [Runtime::InteropServices::Out] bool % SkipLoad, [Runtime::InteropServices::Out] System::UInt64 % MemoryAddress);
public void PrepareForFuncEvalQuickAbort (Microsoft.VisualStudio.Debugger.DkmThread Thread, out bool SkipLoad, out ulong MemoryAddress);
member this.PrepareForFuncEvalQuickAbort : Microsoft.VisualStudio.Debugger.DkmThread * bool * uint64 -> unit
Public Sub PrepareForFuncEvalQuickAbort (Thread As DkmThread, ByRef SkipLoad As Boolean, ByRef MemoryAddress As ULong)

Parameters

Thread
DkmThread

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

SkipLoad
Boolean

[Out] Specifies if the FEQA DLL should be loaded. The hosting process could have loaded it already.

MemoryAddress
UInt64

[Out] Specifies the address in debuggee process. Valid only if AlreadyLoaded is false.

Applies to