DkmClrModuleInstance.GetTypeIdForTypeName(String) 方法

定义

返回给定类型名称的类型 ID。

此 API 是在 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

参数

Type
String

[In]要从中获取类型 ID 的名称。

返回

[Out]类型名称的类型 ID。

适用于