ProcessModuleCollection.GetRange(Int32, Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
This API is no longer available
public:
System::Collections::Generic::List<System::Diagnostics::ProcessModule ^> ^ GetRange(int index, int count);
[System.Obsolete("This API is no longer available", true)]
public System.Collections.Generic.List<System.Diagnostics.ProcessModule> GetRange (int index, int count);
[<System.Obsolete("This API is no longer available", true)>]
member this.GetRange : int * int -> System.Collections.Generic.List<System.Diagnostics.ProcessModule>
Public Function GetRange (index As Integer, count As Integer) As List(Of ProcessModule)
Parametry
- index
- Int32
- count
- Int32
Zwraca
- Atrybuty