IDkmClrTypeRuntimeInfoProvider178.GetTypeIdForTypeName Method

Definition

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.

Applies to