DkmStepper.CodePath Property

Definition

[Optional] If StepKind is StepIntoSpecific, specifies which call we are stepping into. Otherwise it is NULL.

public:
 property Microsoft::VisualStudio::Debugger::Stepping::DkmSteppingCodePath ^ CodePath { Microsoft::VisualStudio::Debugger::Stepping::DkmSteppingCodePath ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Stepping::DkmSteppingCodePath ^ CodePath { Microsoft::VisualStudio::Debugger::Stepping::DkmSteppingCodePath ^ get(); };
public Microsoft.VisualStudio.Debugger.Stepping.DkmSteppingCodePath CodePath { get; }
member this.CodePath : Microsoft.VisualStudio.Debugger.Stepping.DkmSteppingCodePath
Public ReadOnly Property CodePath As DkmSteppingCodePath

Property Value

Returns DkmSteppingCodePath.

Applies to