ProcessModuleCollection.RemoveAll(Predicate<ProcessModule>) 方法
定义
注意
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
参数
- match
- Predicate<ProcessModule>
返回
- 属性