DkmManagedHeapWalker.GetTypeNames(DkmManagedTypeId[]) 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.
Gets the type names for the given type ids.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
cli::array <System::String ^> ^ GetTypeNames(cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedTypeId> ^ TypeIds);
public string[] GetTypeNames (Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId[] TypeIds);
member this.GetTypeNames : Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId[] -> string[]
Public Function GetTypeNames (TypeIds As DkmManagedTypeId()) As String()
Parameters
- TypeIds
- DkmManagedTypeId[]
[In] The list of managed type ids.
Returns
String[]
[Out] The list of type names.