ProcessModuleCollection.RemoveAll(Predicate<ProcessModule>) Method

Definition

Caution

This API is no longer available

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

Parameters

Returns

Int32
Attributes

Applies to