IDkmManagedFuncEvalServices150 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface provided by the managed debug monitor to continue the process for a managed function evaluation.
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.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public interface class IDkmManagedFuncEvalServices150
public interface class IDkmManagedFuncEvalServices150
__interface IDkmManagedFuncEvalServices150
public interface IDkmManagedFuncEvalServices150
type IDkmManagedFuncEvalServices150 = interface
Public Interface IDkmManagedFuncEvalServices150
Methods
ContinueForFuncEval(DkmClrRuntimeInstance, DkmThread, ICorDebugEval, DkmFuncEvalFlags, UInt32, String, DkmClrInstructionAddress) |
Continue the process and wait for a func-eval to complete. The caller should always execute 'CanDoFuncEval' before creating the ICorDebugEval and setting up the evaluation. |