Public Methods (see also Protected Methods)

  Name Description
public method Add Overloaded. Adds an item to the collection.
public method Clear Clears all the items in the collection.
public method Contains Overloaded. Determines whether the collection contains a specified value.
public method ContainsKey Determines whether the collection contains a specified key value.
public method ContainsValue Determines whether the collection contains a specified value.
public method CopyTo Copies the collection of items to an array, starting a specific index in the array.
public method Equals  Overloaded. (inherited from Object)
public method GetAlias Gets the alias for the specified Management Pack reference.
public method GetEnumerator Gets an enumerator object to enumerate through items in the collection.
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public methodstatic ReferenceEquals  (inherited from Object)
public method Remove Overloaded. Removes the specified item from the collection.
public method ToString  (inherited from Object)
public method TryGetValue Tries to get a value from an item in the collection.

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Explicit Interface Implementations

  Name Description
System.Collections.Generic.IEnumerable<KeyValuePair<String,ManagementPackReference>>.GetEnumerator Gets an IEnumerator object used to enumerate through the collection.
System.Collections.IEnumerable.GetEnumerator Gets an IEnumerator object used to enumerate through the collection.

See Also


Send comments about this topic to Microsoft.