ProcessModuleCollection.RemoveAll(Predicate<ProcessModule>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- match
- Predicate<ProcessModule>
Returns
- Attributes