DkmRecordedProcessInfo.GetModuleNames Method

Definition

Get the lists of modules that loaded in the recorded process.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetModuleNames();
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetModuleNames ();
member this.GetModuleNames : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetModuleNames () As ReadOnlyCollection(Of String)

Returns

[Out] The collection of the paths of the modules.

Applies to