IDkmClrFullNameProvider2 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 language-specific names for metadata identifiers.
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, CompilerVendorId, EngineId, LanguageId, RuntimeId.
This API was introduced in Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10).
public interface IDkmClrFullNameProvider2
type IDkmClrFullNameProvider2 = interface
Public Interface IDkmClrFullNameProvider2
Methods
GetClrNameForField(DkmInspectionContext, DkmClrModuleInstance, Int32) |
Get the language-specific name for an identifier from metadata. |
GetClrNameForLocalVariable(DkmInspectionContext, DkmClrModuleInstance, DkmClrMethodId, DkmILRange, DkmClrLocalVariable) |
Get the language-specific name for an identifier from metadata. |