AddInStore.Rebuild Method (PipelineStoreLocation)
Rebuilds the pipeline segments cache and includes new segments at the location specified by a PipelineStoreLocation value.
Namespace: System.AddIn.Hosting
Assembly: System.AddIn (in System.AddIn.dll)
Parameters
- location
- Type: System.AddIn.Hosting.PipelineStoreLocation
One of the enumeration values.
Currently the only value in this enumeration is the directory specified by the AppDomainSetup.ApplicationBase property that was used to set up the host's application domain.
Return Value
Type: System.String[]A collection of strings that describe warnings as the pipeline segments are evaluated.
| Exception | Condition |
|---|---|
| AddInSegmentDirectoryNotFoundException | A segment directory is missing from the pipeline directory structure. |
| InvalidPipelineStoreException | There is an access violation to the pipeline directory structure. |
| ArgumentException | location is an invalid PipelineStoreLocation value. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.