IDkmClrCustomVisualizerObjectProvider.GetDataFromDebuggeeSideVisualizer(DkmSuccessEvaluationResult, String, String, String) Método

Definição

Executa o método GetData (...) do tipo de visualizador personalizado do lado do depurador.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ GetDataFromDebuggeeSideVisualizer(Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ successResult, [Runtime::InteropServices::Out] System::String ^ % exceptionType, [Runtime::InteropServices::Out] System::String ^ % exceptionStackTrace, [Runtime::InteropServices::Out] System::String ^ % exceptionMessage);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> GetDataFromDebuggeeSideVisualizer (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult, out string exceptionType, out string exceptionStackTrace, out string exceptionMessage);
abstract member GetDataFromDebuggeeSideVisualizer : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult * string * string * string -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function GetDataFromDebuggeeSideVisualizer (successResult As DkmSuccessEvaluationResult, ByRef exceptionType As String, ByRef exceptionStackTrace As String, ByRef exceptionMessage As String) As ReadOnlyCollection(Of Byte)

Parâmetros

successResult
DkmSuccessEvaluationResult

No O resultado formatado de uma avaliação bem-sucedida, pronto para ser exibido em uma janela de avaliação de expressão.

exceptionType
String

[Saída, opcional] O tipo da exceção lançada, se houver.

exceptionStackTrace
String

[Saída, opcional] O rastreamento de pilha da exceção lançada, se houver.

exceptionMessage
String

[Saída, opcional] A mensagem de exceção, se houver.

Retornos

ReadOnlyCollection<Byte>

[Saída, opcional] Os bytes brutos do método GetData (...) são marshalled como uma matriz de bytes.

Aplica-se a