IDkmClrFrameGenericParameterProvider 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.
Provides the ability to get the generic parameters for a stack frame.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, SymbolProviderId, TransportKind.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public interface class IDkmClrFrameGenericParameterProvider
public interface class IDkmClrFrameGenericParameterProvider
__interface IDkmClrFrameGenericParameterProvider
public interface IDkmClrFrameGenericParameterProvider
type IDkmClrFrameGenericParameterProvider = interface
Public Interface IDkmClrFrameGenericParameterProvider
Methods
GetClrGenericParameters(DkmStackWalkFrame) |
Gets the generic parameters for the current stack frame as a list of assembly qualified names. |