IDkmRecordedProcessInfoProvider.GetModuleNames(DkmRecordedProcessInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des modules qui ont été chargés dans le processus enregistré.
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)
Paramètres
- recordedProcessInfo
- DkmRecordedProcessInfo
Dans Informations de base sur un fichier non exécutable pouvant être débogué. Ce fichier non exécutable peut être un enregistrement d’un processus en cours d’exécution, par exemple, un fichier de trace de débogage du temps de débogage.
Retours
À Collection des chemins d’accès des modules.