DkmSuccessEvaluationResult.TransferDataToDebuggeeSideVisualizer(Byte[], String, String, String) Méthode

Définition

Exécute la méthode TransferData (...) du type de visualiseur personnalisé côté débogué.

Contrainte d’emplacement : l’API doit être appelée à partir d’un composant IDE (au niveau du composant > 100 000).

Cette API a été introduite dans Visual Studio 14 RTM (DkmApiVersion. VS14RTM).

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ TransferDataToDebuggeeSideVisualizer(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 (byte[] DataIn, out string ExceptionType, out string ExceptionStackTrace, out string ExceptionMessage);
member this.TransferDataToDebuggeeSideVisualizer : byte[] * string * string * string -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function TransferDataToDebuggeeSideVisualizer (DataIn As Byte(), ByRef ExceptionType As String, ByRef ExceptionStackTrace As String, ByRef ExceptionMessage As String) As ReadOnlyCollection(Of Byte)

Paramètres

DataIn
Byte[]

Dans Données à transférer vers la classe du visualiseur côté débogué.

ExceptionType
String

[Out, optional] Type de l’exception levée, le cas échéant.

ExceptionStackTrace
String

[Out, optional] Trace de la pile de l’exception levée, le cas échéant.

ExceptionMessage
String

[Out, optional] Le message d’exception, le cas échéant.

Retours

ReadOnlyCollection<Byte>

[Out, optional] Octets bruts du résultat de la méthode TransferData (...) marshalé en tant que tableau d’octets.

S’applique à