Membri ServerProtocolCollection
The ServerProtocolCollection class represents a collection of ServerProtocol objects that represent all the server protocols defined on the parent object.
Il tipo ServerProtocolCollection espone i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Add | Adds the specified object to the referenced collection. (Ereditato da WmiCollectionBase). | |
Contains | Checks whether the specified key value exists in the collection. | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. | |
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. | |
GetHashCode | (Ereditato da Object). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
Remove | Removes the specified object from the referenced collection. (Ereditato da WmiCollectionBase). | |
ToString | (Ereditato da Object). |
In alto
Campi
Nome | Descrizione | |
---|---|---|
initialized | (Ereditato da WmiCollectionBase). | |
innerColl | (Ereditato da WmiCollectionBase). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Gets the number of ServerProtocol objects in the referenced collection. | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Ereditato da WmiCollectionBase). | |
Item[ ( [ ( Int32] ) ] ) | ||
Item[ ( [ ( String] ) ] ) | Gets a ServerProtocol object in the collection by name. | |
Parent | Gets the ServerInstance object that is the parent of the ServerProtocolCollection object. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Ereditato da WmiCollectionBase). |
In alto
Vedere anche