Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.AddIn.Hosting Namespace

 

The System.AddIn.Hosting namespace provides classes for discovering, registering, activating, and controlling Add-Ins.

ClassDescription
System_CAPS_pubclassAddInController

Provides access to an add-in for a variety of tasks.

System_CAPS_pubclassAddInEnvironment

Provides access to the application domain and process of an add-in.

System_CAPS_pubclassAddInProcess

Provides an external process for running add-ins out-of-process from the host application.

System_CAPS_pubclassAddInSegmentDirectoryNotFoundException

The exception that is thrown when a segment directory is missing from the pipeline directory structure.

System_CAPS_pubclassAddInStore

Provides methods to store and find information about available add-ins and pipeline segments.

System_CAPS_pubclassAddInToken

Represents an add-in that can be activated.

System_CAPS_pubclassInvalidPipelineStoreException

The exception that is thrown when a directory is not found and the user does not have permission to access the pipeline root path or an add-in path.

StructureDescription
System_CAPS_pubstructureQualificationDataItem

Represents information supplied by the developer of a pipeline segment, for use by the host.

EnumerationDescription
System_CAPS_pubenumAddInSecurityLevel

Specifies the trust level that is granted to the application domain that an add-in is loaded into.

System_CAPS_pubenumAddInSegmentType

Specifies the type of a pipeline segment.

System_CAPS_pubenumPipelineStoreLocation

Specifies alternative locations for a pipeline store instead of a path to a directory.

System_CAPS_pubenumPlatform

Specifies the bits-per-word of the process in which an out-of-process add-in is run.

Return to top
Show: