IDkmClrSymbolSignatureCallback Interface

Definition

Provides APIs to expression evaluators to obtain the signature of local variables and constants.

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

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

Methods

GetSignatureForConstant(DkmClrLocalConstant)

Provides the COR_SIGNATURE for a local constant.

GetSignatureForVariable(DkmClrLocalVariable)

Provides the COR_SIGNATURE for a local Variable.

Applies to