ProcessModuleCollection.LastIndexOf Methode

Definition

Überlädt

LastIndexOf(ProcessModule)
Veraltet.
LastIndexOf(ProcessModule, Int32)
Veraltet.
LastIndexOf(ProcessModule, Int32, Int32)
Veraltet.

LastIndexOf(ProcessModule)

Achtung

This API is no longer available

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

Parameter

Gibt zurück

Int32
Attribute

Gilt für:

LastIndexOf(ProcessModule, Int32)

Achtung

This API is no longer available

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

Parameter

index
Int32

Gibt zurück

Int32
Attribute

Gilt für:

LastIndexOf(ProcessModule, Int32, Int32)

Achtung

This API is no longer available

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

Parameter

index
Int32
count
Int32

Gibt zurück

Int32
Attribute

Gilt für: