IDkmClrCustomVisualizerObjectProvider1610 Interface

Definition

Instantiates the debuggee-side Custom Visualizer type in the debuggee and provides methods to access/modify the visualized object ('Visualizer Object') taking into account that it might not support the BinaryFormatter to communicate with it.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, EngineId, LanguageId, RuntimeId, SymbolProviderId.

This API was introduced in Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10).

public interface IDkmClrCustomVisualizerObjectProvider1610
type IDkmClrCustomVisualizerObjectProvider1610 = interface
Public Interface IDkmClrCustomVisualizerObjectProvider1610

Methods

CreateDebuggeeSideVisualizerObject(DkmSuccessEvaluationResult, UInt32, String, String, String, Boolean)

Instantiates the debuggee-side Custom Visualizer type in the debuggee process.

Applies to