IDkmMCppSymbolProvider Interface

Definition

Symbol provider for managed C++.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: RuntimeId, SymbolProviderId.

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

public interface class IDkmMCppSymbolProvider
public interface class IDkmMCppSymbolProvider
__interface IDkmMCppSymbolProvider
public interface IDkmMCppSymbolProvider
type IDkmMCppSymbolProvider = interface
Public Interface IDkmMCppSymbolProvider

Methods

GetManagedCppFunctionParameters(DkmClrInstructionSymbol, DkmProcess)

Obtains the parameters to the managed C++ function represented by the given function symbol.

GetManagedCppMethodScope(DkmClrInstructionSymbol, DkmNativeCppInspectionSession)

Returns symbol information concerning the innermost active scope of the location indicated by the given instruction symbol, which is assumed to have been compiled with managed C++.

Applies to