Share via


DkmClrModuleInstance.GetTypeIdForTypeName(String) Method

Definition

Returns the type id for a given type name.

This API was introduced in Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8).

public Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId GetTypeIdForTypeName (string Type);
member this.GetTypeIdForTypeName : string -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId
Public Function GetTypeIdForTypeName (Type As String) As DkmManagedTypeId

Parameters

Type
String

[In] The name to get the type id from.

Returns

[Out] The type id for the type name.

Applies to