ProcessModuleCollection.InsertRange 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:
void InsertRange(int index, System::Collections::Generic::IEnumerable<System::Diagnostics::ProcessModule ^> ^ collection);
[System.Obsolete("This API is no longer available", true)]
public void InsertRange (int index, System.Collections.Generic.IEnumerable<System.Diagnostics.ProcessModule> collection);
[<System.Obsolete("This API is no longer available", true)>]
member this.InsertRange : int * seq<System.Diagnostics.ProcessModule> -> unit
Public Sub InsertRange (index As Integer, collection As IEnumerable(Of ProcessModule))
Parametry
- index
- Int32
- collection
- IEnumerable<ProcessModule>
- Atrybuty