Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Microsoft.WindowsServerSolutions.AddinInfrastructure namespace provides a set of APIs for managing add-in packages.
Classes
| Class | Description | |
|---|---|---|
| .jpeg) | AddInException | Represents errors that occur by using the add-in provider. | 
| .jpeg) | AddInManager | Represents the operations that are performed by the add-in management provider. | 
| .jpeg) | AddinNotification | Sends and receives notifications when the add-in infrastructure starts or stops an operation. | 
| .jpeg) | AddInOperationCompletedEventArgs | Represents the event information for the operation that is related to an add-in package. | 
| .jpeg) | BinaryCollection | Specifies the list of binaries that can be installed. | 
| .jpeg) | BinaryFilter | Specifies the computers on which to install an add-in. | 
| .jpeg) | BinaryReference | Represents the information that is required to install a Windows Installer package on a computer. | 
| .jpeg) | ClientInstallFilter | Specifies any client computers where the add-in must be installed. | 
| .jpeg) | Config | Represents the configuration settings for the add-in provider. | 
| .jpeg) | GetAddInsCompletedEventArgs | Represents the event information for the operation that gets the list of installed add-in packages. | 
| .jpeg) | OtherBinariesMap | Specifies the list of binaries for an operating system other than the Windows operating system running on client computers. | 
| .jpeg) | Package | Represents the information that is used to describe and install an add-in package. | 
| .jpeg) | PackageInfo | Represents information about an add-in that is not contained in a metadata file. | 
| .jpeg) | PreinstallCommand | Describes the pre-install commands Package object. | 
| .jpeg) | ProgressEventArgs | Represents the event information for the progress of background tasks. | 
| .jpeg) | UninstallConfirm | Describes an uninstall confirmation. | 
Enumerations
| Enumeration | Description | |
|---|---|---|
| .jpeg) | AddInError | Indicates the types of errors that are reported from the download provider. | 
| .jpeg) | AddinNotificationState | Indicates the state of the add-in installation on the client computer. | 
| .jpeg) | OSEditions | Indicates the edition of the operating system that applies to the add-in. | 
| .jpeg) | UpdateClassification | Indicates the type of updates that can be applied to an add-in package. | 
Return to top