DkmSteppingCodePathSource.InstructionSymbol Property

Definition

The instruction symbol at the location to begin looking for step into specific code paths.

public:
 property Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ InstructionSymbol { Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ InstructionSymbol { Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ get(); };
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol InstructionSymbol { get; }
member this.InstructionSymbol : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol
Public ReadOnly Property InstructionSymbol As DkmInstructionSymbol

Property Value

Returns DkmInstructionSymbol.

Applies to