IDkmClrPropertyInterpreter151 Interface

Definition

Methods to evaluate property on ICorDebugValueHandles.

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, SymbolProviderId, TransportKind.

This API was introduced in Visual Studio 15 Update 3 (DkmApiVersion.VS15Update3).

public interface class IDkmClrPropertyInterpreter151
public interface IDkmClrPropertyInterpreter151
type IDkmClrPropertyInterpreter151 = interface
Public Interface IDkmClrPropertyInterpreter151

Methods

GetProperty(DkmStackWalkFrame, ICorDebugValue, String)

Evaluates a property on the given ICorDebugValue. The value's type must be loaded by the DkmClrAppDomain of the DkmStackWalkFrame that this $Name$ is being called on.

Applies to