DkmSuccessEvaluationResult.CreateReplacementObjectOnDebuggeeSideVisualizer 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行调试对象端自定义可视化工具类型的 CreateReplacementObject ( ... ) 方法,并将结果写入可视化对象句柄。
位置约束:必须从 IDE 组件 (组件级别 100000) 中调用 API > 。
此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。
public:
void CreateReplacementObjectOnDebuggeeSideVisualizer(cli::array <System::Byte> ^ DataIn, [Runtime::InteropServices::Out] System::String ^ % ExceptionType, [Runtime::InteropServices::Out] System::String ^ % ExceptionStackTrace, [Runtime::InteropServices::Out] System::String ^ % ExceptionMessage);
public void CreateReplacementObjectOnDebuggeeSideVisualizer (byte[] DataIn, out string ExceptionType, out string ExceptionStackTrace, out string ExceptionMessage);
member this.CreateReplacementObjectOnDebuggeeSideVisualizer : byte[] * string * string * string -> unit
Public Sub CreateReplacementObjectOnDebuggeeSideVisualizer (DataIn As Byte(), ByRef ExceptionType As String, ByRef ExceptionStackTrace As String, ByRef ExceptionMessage As String)
参数
- DataIn
- Byte[]
中要传输到调试对象端可视化工具类的数据。
- ExceptionType
- String
[Out,Optional]引发的异常的类型(如果有)。
- ExceptionStackTrace
- String
[Out,Optional]引发的异常的堆栈跟踪(如果有)。
- ExceptionMessage
- String
[Out,Optional]异常消息(如果有)。