IDkmClrCustomVisualizerObjectProvider.TransferDataToDebuggeeSideVisualizer Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Hata ayıklanan tarafı özel Görselleştirici türünün TransferData (...) yöntemini yürütür.
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ TransferDataToDebuggeeSideVisualizer(Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ successResult, cli::array <System::Byte> ^ dataIn, [Runtime::InteropServices::Out] System::String ^ % exceptionType, [Runtime::InteropServices::Out] System::String ^ % exceptionStackTrace, [Runtime::InteropServices::Out] System::String ^ % exceptionMessage);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> TransferDataToDebuggeeSideVisualizer (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult, byte[] dataIn, out string exceptionType, out string exceptionStackTrace, out string exceptionMessage);
abstract member TransferDataToDebuggeeSideVisualizer : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult * byte[] * string * string * string -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function TransferDataToDebuggeeSideVisualizer (successResult As DkmSuccessEvaluationResult, dataIn As Byte(), ByRef exceptionType As String, ByRef exceptionStackTrace As String, ByRef exceptionMessage As String) As ReadOnlyCollection(Of Byte)
Parametreler
- successResult
- DkmSuccessEvaluationResult
'Ndaki Başarılı bir değerlendirmenin, bir ifade değerlendirme penceresinde görüntülenmek üzere biçimlendirilen sonucu.
- dataIn
- Byte[]
'Ndaki Hata ayıklanan taraf görselleştiricisi sınıfına aktarılacak veriler.
- exceptionType
- String
[Out, Isteğe bağlı] Varsa, oluşturulan özel durumun türü.
- exceptionStackTrace
- String
[Out, Isteğe bağlı] Varsa, oluşturulan özel durumun yığın izlemesi.
- exceptionMessage
- String
[Out, Isteğe bağlı] Varsa, özel durum iletisi.
Döndürülenler
[Out, Isteğe bağlı] Bir bayt dizisi olarak marshaldata (...) yönteminin sonucunun ham baytları.