DkmClrModuleInstance.GetTypeIdForTypeName(String) 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.
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.