Represents a set of file system directories where Management Packs are stored. This class is used as a parameter to the ManagementPack class constructor to specify directories to load Management Pack references from.

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

Public Constructors

  Name Description
ManagementPackFileStore Overloaded. Initializes a new ManagementPackFileStore object.
Top

Public Fields

  Name Description
public fieldstatic AssemblyExtension A string constant used to define the Management Pack assembly file extension (.mp).
public fieldstatic XmlExtension A string constant used to define the Management Pack XML file extension (.xml).
Top

Public Properties

  Name Description
public property Directories The list of directories currently in the search path.
Top

Public Methods (see also Protected Methods)

  Name Description
public method AddDirectory Overloaded.  
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetManagementPack Gets a Management Pack with the specified identifier, key token, and version from the file system. This method searches the list of include directories specified in the ManagementPackFileStore constructor to load the specified Management Pack.
public method GetType  (inherited from Object)
public methodstatic ReferenceEquals  (inherited from Object)
public method RemoveDirectory Overloaded. Removes a directory from the list of include directories (the list of directories to search when loading Management Pack references).
public method ToString  (inherited from Object)
Top

Protected Methods

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

See Also


Send comments about this topic to Microsoft.