Freigeben über


ClientProtocolCollection-Member

The ClientProtocolCollection class represents a collection of ClientProtocol objects that represent all the client protocols defined on the parent object.

Der ClientProtocolCollection-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Geschützte Methode Add Adds the specified object to the referenced collection. (Geerbt von WmiCollectionBase.)
Öffentliche Methode Contains Checks whether the specified key value exists in the collection.
Öffentliche Methode CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets an enumerator that can iterate through the list of objects.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode Remove Removes the specified object from the referenced collection. (Geerbt von WmiCollectionBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld initialized (Geerbt von WmiCollectionBase.)
Geschütztes Feld innerColl (Geerbt von WmiCollectionBase.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of ClientProtocol objects in the referenced collection.
Öffentliche Eigenschaft IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Geerbt von WmiCollectionBase.)
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] )
Öffentliche Eigenschaft Item[ ( [ ( String] ) ] ) Gets a ClientProtocol object in the collection by name.
Öffentliche Eigenschaft Parent Gets the ManagedComputer object that is the parent of the ClientProtocolCollection object.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the collection. (Geerbt von WmiCollectionBase.)

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICollection. . :: . .CopyTo

Zum Anfang