Compartilhar via


Membros ServerProtocolCollection

The ServerProtocolCollection class represents a collection of ServerProtocol objects that represent all the server protocols defined on the parent object.

O tipo ServerProtocolCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método protegido Add Adds the specified object to the referenced collection. (Herdado de WmiCollectionBase.)
Método público Contains Checks whether the specified key value exists in the collection.
Método público CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido Remove Removes the specified object from the referenced collection. (Herdado de WmiCollectionBase.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido initialized (Herdado de WmiCollectionBase.)
Campo protegido innerColl (Herdado de WmiCollectionBase.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of ServerProtocol objects in the referenced collection.
Propriedade pública IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Herdado de WmiCollectionBase.)
Propriedade pública Item[ ( [ ( Int32] ) ] )
Propriedade pública Item[ ( [ ( String] ) ] ) Gets a ServerProtocol object in the collection by name.
Propriedade pública Parent Gets the ServerInstance object that is the parent of the ServerProtocolCollection object.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Herdado de WmiCollectionBase.)

Início

Implementações de interface explícitas

  Nome Descrição
Implementação de interface explícitaMétodo particular ICollection. . :: . .CopyTo

Início