DkmCreateDebuggeeSideVisualizerObject176AsyncResult Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result of an asynchronous DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject call.
public struct DkmCreateDebuggeeSideVisualizerObject176AsyncResult
type DkmCreateDebuggeeSideVisualizerObject176AsyncResult = struct
Public Structure DkmCreateDebuggeeSideVisualizerObject176AsyncResult
- Inheritance
-
DkmCreateDebuggeeSideVisualizerObject176AsyncResult
Dkm |
Creates a new result structure to hold the output from a successful call to DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject. |
Actual |
The value defined in Microsoft.VisualStudio.DebuggerVisualizers.FormatterPolicy that specifies which serialization mechanism will be used. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
Error |
HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete. |
Exception |
[Optional] The exception message, if any. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
Exception |
[Optional] The stack trace of the exception thrown, if any. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
Exception |
[Optional] The type of the exception thrown, if any. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
Is |
[Optional] The debuggee will check if the process where it is hosted supports the Binary Formatter and return false if it doesn't so that the UI falls back to communicate via JSON. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
Create |
Creates a new result structure to hold the error from a failed call to DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2022 |