DkmDestroyDebuggeeSideVisualizerObjectAsyncResult(Boolean) 建構函式

定義

建立新的結果結構,以保存成功呼叫 DkmSuccessEvaluationResult.DestroyDebuggeeSideVisualizerObject 的輸出。

public DkmDestroyDebuggeeSideVisualizerObjectAsyncResult(bool Result);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmDestroyDebuggeeSideVisualizerObjectAsyncResult : bool -> Microsoft.VisualStudio.Debugger.Evaluation.DkmDestroyDebuggeeSideVisualizerObjectAsyncResult
Public Sub New (Result As Boolean)

參數

Result
Boolean

[In]如果已成功移除句柄,則傳回 true。 如果沒有句柄,則傳回 false。

適用於