IDkmClrCustomVisualizerObjectProvider1610.CreateDebuggeeSideVisualizerObject Method

Definition

public:
 void CreateDebuggeeSideVisualizerObject(Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ successResult, System::UInt32 selectedVisualizerIndex, [Runtime::InteropServices::Out] System::String ^ % exceptionType, [Runtime::InteropServices::Out] System::String ^ % exceptionStackTrace, [Runtime::InteropServices::Out] System::String ^ % exceptionMessage, [Runtime::InteropServices::Out] bool % isBinaryFormatterSupported);
public void CreateDebuggeeSideVisualizerObject (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult, uint selectedVisualizerIndex, out string exceptionType, out string exceptionStackTrace, out string exceptionMessage, out bool isBinaryFormatterSupported);
abstract member CreateDebuggeeSideVisualizerObject : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult * uint32 * string * string * string * bool -> unit
Public Sub CreateDebuggeeSideVisualizerObject (successResult As DkmSuccessEvaluationResult, selectedVisualizerIndex As UInteger, ByRef exceptionType As String, ByRef exceptionStackTrace As String, ByRef exceptionMessage As String, ByRef isBinaryFormatterSupported As Boolean)

Parameters

selectedVisualizerIndex
UInt32
exceptionType
String
exceptionStackTrace
String
exceptionMessage
String
isBinaryFormatterSupported
Boolean

Applies to