DkmFindSymbolsAsyncResult.InstructionSymbols Property
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.
[Optional] The found instruction symbols which are within the specified text span.
public:
property cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^> ^ InstructionSymbols { cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^> ^ get(); };
public:
property Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^> ^ InstructionSymbols { Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol[] InstructionSymbols { get; }
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol[]? InstructionSymbols { get; }
member this.InstructionSymbols : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol[]
Public ReadOnly Property InstructionSymbols As DkmInstructionSymbol()
Property Value
Returns DkmInstructionSymbol.