Share via


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
Protected method Add(WmiSmoObject) Adds the specified object to the referenced collection.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method Remove(String) Removes the specified object from the referenced collection.
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field initialized
Protected field innerColl

Top

Properties

  Name Description
Public property IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe).
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top