Partager via


ManagementPackFileStore Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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 type extension (.mp).
public fieldstatic XmlExtension A string constant used to define the management pack XML file type extension (.xml).

Top

Public Properties

  Name Description
public property Directories The list of directories currently in the search path.
public property Extensions  Gets the access to extensions. (inherited from ManagementPackStore)
public property Features  Returns the features associated with this container instance. (inherited from Container)
public property LifetimeManagers  Gets the lifetime managers of this container instance. (inherited from Container)
public property Registry  Gets the extension registry. (inherited from ManagementPackStore)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddDirectory Overloaded.  
public method AddService  Overloaded. (inherited from Container)
public method Configure  Initializes the container from the stream. (inherited from Container)
public method Dispose  Overloaded. Defines a method to release allocated resources. (inherited from Container)
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetManagementPack Overridden. 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 GetManagementPackLocalPath Retrieves the management pack local path.
public method GetManagementPacks Retrieves all the management packs in this store.
public method GetService  Searches for and returns the specified service. (inherited from Container)
public method GetServices  Returns all services of the specified type. (inherited from Container)
public method GetType  (inherited from Object)
public method HasService  Determines whether the specified container has the named service. (inherited from Container)
public method Initialize  Initializes the current instance when called. (inherited from Container)
public method LookupService  Gets the name the specified service is filed under. (inherited from Container)
public method RecycleService  Recycles the instance of this service. (inherited from Container)
public method RemoveDirectory Overloaded. Removes a directory from the list of include directories (the list of directories to search when management pack references are loaded).
public method RemoveService  Removes the service with the specified name. (inherited from Container)
public method RemoveServices  Removes all services from the container. (inherited from Container)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Dispose  Overloaded. Defines a method to release allocated resources. (inherited from Container)
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

ManagementPackFileStore Class
Microsoft.EnterpriseManagement.Configuration.IO Namespace