IDkmClrPropertyInterpreter 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.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

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

Methods

GetProperty(DkmClrAppDomain, ICorDebugValue, String)

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

Applies to