System.Diagnostics.ProcessManager.GetModules C# (CSharp) Method

GetModules() static private method

Gets an array of module infos for the specified process.
static private GetModules ( int processId ) : ProcessModuleCollection
processId int The ID of the process whose modules should be enumerated.
return ProcessModuleCollection
        internal static ProcessModuleCollection GetModules(int processId)
        {
            return new ProcessModuleCollection(0);
        }