WmiCollectionBase Members
Include Protected Members
Include Inherited Members
The WmiCollectionBase class represents all collection objects in the Windows Management Instrumentation (WMI) object reference.
The WmiCollectionBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(WmiSmoObject) | Adds the specified object to the referenced collection. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
Remove(String) | Removes the specified object from the referenced collection. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top