Compartir a través de


WmiCollectionBase Miembros

The WmiCollectionBase class represents all collection objects in the Windows Management Instrumentation (WMI) object reference.

El tipo WmiCollectionBase expone los siguientes miembros.

Métodos

  Nombre Descripción
Método protegido Add Adds the specified object to the referenced collection.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido Remove Removes the specified object from the referenced collection.
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido initialized
Campo protegido innerColl

Principio

Propiedades

  Nombre Descripción
Propiedad pública IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe).
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Principio