Represents a Management Pack element that is defined by the ManagementPackReferenceCollection complex type. This type defines a collection of reference used by the Management Pack.

The following tables list the members exposed by the ManagementPackReferenceCollection type.

Public Constructors

  Name Description
ManagementPackReferenceCollection Initializes a new ManagementPackReferenceCollection object.
Top

Public Properties

  Name Description
public property Count Gets the number of references in the collection.
public property IsReadOnly Gets a Boolean value that determines whether the reference collection is a read-only collection.
public property Item Gets the specified reference from the collection.
public property Keys Gets the key references in the collection.
public property Values Gets the reference values in the collection.
Top

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.
Top

Protected Methods

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

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.
Top

See Also


Send comments about this topic to Microsoft.