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