WmiFilterCollection Class
A collection of WmiFilter objects, each of which represents a WMI filter.
Namespace: Microsoft.GroupPolicy
Assembly: Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<T>
Microsoft.GroupPolicy.WmiFilterCollection
Syntax
public sealed class WmiFilterCollection : ReadOnlyCollection<WmiFilter>
public ref class WmiFilterCollection sealed : ReadOnlyCollection<WmiFilter^>
[<Sealed>]
type WmiFilterCollection =
class
inherit ReadOnlyCollection<WmiFilter>
end
Public NotInheritable Class WmiFilterCollection
Inherits ReadOnlyCollection(Of WmiFilter)
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from ReadOnlyCollection<T>.) |
![]() |
Item[Int32] | (Inherited from ReadOnlyCollection<T>.) |
Methods
Name | Description | |
---|---|---|
![]() |
Contains(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() |
CopyTo(T[], Int32) | (Inherited from ReadOnlyCollection<T>.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
IndexOf(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() |
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
GPDomain
WmiFilter
Microsoft.GroupPolicy Namespace
Return to top