ProcessModuleCollection.IndexOf Método

Definição

Sobrecargas

IndexOf(ProcessModule)

Fornece a localização de um módulo especificado na coleção.Provides the location of a specified module within the collection.

IndexOf(ProcessModule, Int32)
Obsoleto.
IndexOf(ProcessModule, Int32, Int32)
Obsoleto.

IndexOf(ProcessModule)

Fornece a localização de um módulo especificado na coleção.Provides the location of a specified module within the collection.

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

Parâmetros

module
ProcessModule

O ProcessModule cujo índice é recuperado.The ProcessModule whose index is retrieved.

Retornos

Int32

O índice de base zero que define o local do módulo dentro de ProcessModuleCollection.The zero-based index that defines the location of the module within the ProcessModuleCollection.

Aplica-se a

IndexOf(ProcessModule, Int32)

Cuidado

This API is no longer available

public:
 int IndexOf(System::Diagnostics::ProcessModule ^ item, int index);
[System.Obsolete("This API is no longer available", true)]
public int IndexOf (System.Diagnostics.ProcessModule item, int index);
[<System.Obsolete("This API is no longer available", true)>]
member this.IndexOf : System.Diagnostics.ProcessModule * int -> int
Public Function IndexOf (item As ProcessModule, index As Integer) As Integer

Parâmetros

index
Int32

Retornos

Int32
Atributos

Aplica-se a

IndexOf(ProcessModule, Int32, Int32)

Cuidado

This API is no longer available

public:
 int IndexOf(System::Diagnostics::ProcessModule ^ item, int index, int count);
[System.Obsolete("This API is no longer available", true)]
public int IndexOf (System.Diagnostics.ProcessModule item, int index, int count);
[<System.Obsolete("This API is no longer available", true)>]
member this.IndexOf : System.Diagnostics.ProcessModule * int * int -> int
Public Function IndexOf (item As ProcessModule, index As Integer, count As Integer) As Integer

Parâmetros

index
Int32
count
Int32

Retornos

Int32
Atributos

Aplica-se a