DkmSteppingCodePathSource Class

Definition

Object used for filtering for step into specific.

public ref class DkmSteppingCodePathSource
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmSteppingCodePathSource
[Windows::Foundation::Metadata::WebHostHidden]
class DkmSteppingCodePathSource
[System.Runtime.InteropServices.Guid("b4f7a81a-62b9-de29-106d-5f055114810a")]
public class DkmSteppingCodePathSource
[<System.Runtime.InteropServices.Guid("b4f7a81a-62b9-de29-106d-5f055114810a")>]
type DkmSteppingCodePathSource = class
Public Class DkmSteppingCodePathSource
Inheritance
DkmSteppingCodePathSource
Attributes

Properties

InstructionAddress

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

InstructionSymbol

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

Language

The language of the location to begin looking for step into specific code paths.

Methods

Create(DkmInstructionSymbol, DkmInstructionAddress, DkmLanguage)

Create a new DkmSteppingCodePathSource object instance.

GetCodePaths(DkmStackWalkFrame, DkmStepUnit)

GetCodePaths is called to get step into specific targets.

Location constraint: API must be called from an IDE component (component level > 100,000).

Applies to