IDkmClrSymbolSignatureCallback 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 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. |