IDkmClrMethodSignatureHelper 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 a method to get the signature token for a local variable signature given a method token. If the method has been modified via EnC, this method returns the latest blob token.
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 IDkmClrMethodSignatureHelper
public interface class IDkmClrMethodSignatureHelper
__interface IDkmClrMethodSignatureHelper
public interface IDkmClrMethodSignatureHelper
type IDkmClrMethodSignatureHelper = interface
Public Interface IDkmClrMethodSignatureHelper
Methods
GetLocalSignatureToken(DkmClrModuleInstance, Int32) |
Gets the signature token for a local variable signature given a method token. |