IDkmRecordedProcessInfoProvider.GetModuleNames(DkmRecordedProcessInfo) 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.
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.