DkmGetBasicSymbolInfoAsyncResult(DkmBasicInstructionSymbolInfo) 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 DkmInstructionSymbol.GetBasicInfo.
public:
DkmGetBasicSymbolInfoAsyncResult(Microsoft::VisualStudio::Debugger::Symbols::DkmBasicInstructionSymbolInfo ^ Result);
public DkmGetBasicSymbolInfoAsyncResult (Microsoft.VisualStudio.Debugger.Symbols.DkmBasicInstructionSymbolInfo Result);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetBasicSymbolInfoAsyncResult : Microsoft.VisualStudio.Debugger.Symbols.DkmBasicInstructionSymbolInfo -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetBasicSymbolInfoAsyncResult
Public Sub New (Result As DkmBasicInstructionSymbolInfo)
Parameters
[In] Created DkmBasicInstructionSymbolInfo object which contains the requested information.