IDkmSteppingCodePathProvider Interface
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.
Used by AD7 to get step into specific options.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, LanguageId, RuntimeId, SymbolProviderId.
public interface class IDkmSteppingCodePathProvider
public interface class IDkmSteppingCodePathProvider
__interface IDkmSteppingCodePathProvider
public interface IDkmSteppingCodePathProvider
type IDkmSteppingCodePathProvider = interface
Public Interface IDkmSteppingCodePathProvider
Methods
GetCodePaths(DkmSteppingCodePathSource, DkmStackWalkFrame, DkmStepUnit) |
GetCodePaths is called to get step into specific targets. |