IDkmClrTypeResolver 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.
Interface for resolving types from strings into method id's or type id's.
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.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public interface class IDkmClrTypeResolver
public interface class IDkmClrTypeResolver
__interface IDkmClrTypeResolver
public interface IDkmClrTypeResolver
type IDkmClrTypeResolver = interface
Public Interface IDkmClrTypeResolver
Methods
ResolveMethodName(DkmClrType, String, ReadOnlyCollection<DkmClrType>) |
Resolves a method name belonging to a given class into a DkmClrMethodId. |
ResolveTypeName(DkmClrModuleInstance, String, ReadOnlyCollection<DkmClrType>) |
Resolves a type name into a type. If the type is generic, the generic parameters will not be instantiated. |