System.Diagnostics.ProcessModuleCollection.IndexOf C# (CSharp) Method

IndexOf() public method

public IndexOf ( ProcessModule module ) : int
module ProcessModule
return int
        public int IndexOf(ProcessModule module) => InnerList.IndexOf(module);

Same methods

ProcessModuleCollection::IndexOf ( System module ) : int