DkmEvaluateDebuggerDisplayStringAsyncResult(String) Constructor
Definition
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.
Creates a new result structure to hold the output from a successful call to DkmClrValue.EvaluateDebuggerDisplayString.
public:
DkmEvaluateDebuggerDisplayStringAsyncResult(System::String ^ Result);
public:
DkmEvaluateDebuggerDisplayStringAsyncResult(Platform::String ^ Result);
DkmEvaluateDebuggerDisplayStringAsyncResult(std::wstring const & Result);
public DkmEvaluateDebuggerDisplayStringAsyncResult (string Result);
new Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmEvaluateDebuggerDisplayStringAsyncResult : string -> Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmEvaluateDebuggerDisplayStringAsyncResult
Public Sub New (Result As String)
Parameters
- Result
- String
[In] The formatted value to display in the debugger UI. For example "Count = 5".