IDkmRecordedProcessInfoProvider.GetModuleNames(DkmRecordedProcessInfo) Method

Definition

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

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetModuleNames(Microsoft::VisualStudio::Debugger::DefaultPort::DkmRecordedProcessInfo ^ recordedProcessInfo);
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetModuleNames (Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo recordedProcessInfo);
abstract member GetModuleNames : Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetModuleNames (recordedProcessInfo As DkmRecordedProcessInfo) As ReadOnlyCollection(Of String)

Parameters

recordedProcessInfo
DkmRecordedProcessInfo

[In] Basic information about a non-executable file that can be debugged. This non-executable file can be a recording of a running process, e.g. a time travel debug trace file.

Returns

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

Applies to