ProcessModuleCollection.IndexOf(ProcessModule) 方法

定义

提供指定模块在集合中的位置。

public:
 int IndexOf(System::Diagnostics::ProcessModule ^ module);
public int IndexOf (System.Diagnostics.ProcessModule module);
member this.IndexOf : System.Diagnostics.ProcessModule -> int
Public Function IndexOf (module As ProcessModule) As Integer

参数

module
ProcessModule

检索其索引的 ProcessModule

返回

定义模块在 ProcessModuleCollection 中的位置的从零开始的索引。

适用于