ProcessModuleCollection.Item[Int32] 屬性

定義

獲得一個索引,用於遍歷流程模組集合。

public:
 property System::Diagnostics::ProcessModule ^ default[int] { System::Diagnostics::ProcessModule ^ get(int index); };
public System.Diagnostics.ProcessModule this[int index] { get; }
member this.Item(int) : System.Diagnostics.ProcessModule
Default Public ReadOnly Property Item(index As Integer) As ProcessModule

參數

index
Int32

集合中模組的零基索引值。

屬性值

A ProcessModule 索引集合中的模組。

適用於