IDkmManagedReturnValueFetcher 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.
Obtains managed return value information from ManagedDM for 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.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public interface class IDkmManagedReturnValueFetcher
public interface class IDkmManagedReturnValueFetcher
__interface IDkmManagedReturnValueFetcher
public interface IDkmManagedReturnValueFetcher
type IDkmManagedReturnValueFetcher = interface
Public Interface IDkmManagedReturnValueFetcher
Methods
GetReturnValueInfo(DkmManagedReturnValueContext) |
Evaluates and formats a given DkmRawReturnValue using solely the provided data. |