IDkmClrTypeRuntimeInfoProvider178.GetTypeIdForTypeName Method
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.
Returns the type id for a given type name.
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId GetTypeIdForTypeName(Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance clrModuleInstance, string type);
abstract member GetTypeIdForTypeName : Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance * string -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId
Public Function GetTypeIdForTypeName (clrModuleInstance As DkmClrModuleInstance, type As String) As DkmManagedTypeId
Parameters
- clrModuleInstance
- DkmClrModuleInstance
[In] 'DkmClrModuleInstance' is used for modules which are loaded into the Common Language Runtime.
- type
- String
[In] The name to get the type id from.
Returns
[Out] The type id for the type name.