PipelineStoreLocation Enumeration
Specifies alternative locations for a pipeline store instead of a path to a directory.
Assembly: System.AddIn (in System.AddIn.dll)
| Member name | Description | |
|---|---|---|
| ApplicationBase | The location specified by the AppDomainSetup.ApplicationBase property for setting up the application domain's host. |
This enumeration currently contains only the ApplicationBase value.
The methods in the AddInStore class that use this enumeration enable partially trusted hosts, which may not have permission to discover their own location, to find and activate add-ins in their own directory.
You can use the AddInStore.Update(PipelineStoreLocation) and AddInStore.Rebuild(PipelineStoreLocation) method overloads to specify a location for updating or rebuilding the pipeline store, and the AddInStore.FindAddIns(Type, PipelineStoreLocation, String()) method overload to specify a location for finding add-ins.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.