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

此集合中模組之以零起始的索引值。

屬性值

ProcessModule 索引集合中的模組。

適用於