Share via


DkmFindSymbolsAsyncResult.InstructionSymbols Property

Definition

[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.

Applies to