ProcessModuleCollection.IndexOf(ProcessModule) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供指定模块在集合中的位置。
public:
 int IndexOf(System::Diagnostics::ProcessModule ^ module);public int IndexOf (System.Diagnostics.ProcessModule module);member this.IndexOf : System.Diagnostics.ProcessModule -> intPublic Function IndexOf (module As ProcessModule) As Integer参数
- module
- ProcessModule
检索其索引的 ProcessModule。
返回
定义模块在 ProcessModuleCollection 中的位置的从零开始的索引。