Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

 

The Microsoft.WindowsServerSolutions.AddinInfrastructure namespace provides a set of APIs for managing add-in packages.

Classes

Class Description
System_CAPS_pubclass AddInException

Represents errors that occur by using the add-in provider.

System_CAPS_pubclass AddInManager

Represents the operations that are performed by the add-in management provider.

System_CAPS_pubclass AddinNotification

Sends and receives notifications when the add-in infrastructure starts or stops an operation.

System_CAPS_pubclass AddInOperationCompletedEventArgs

Represents the event information for the operation that is related to an add-in package.

System_CAPS_pubclass BinaryCollection

Specifies the list of binaries that can be installed.

System_CAPS_pubclass BinaryFilter

Specifies the computers on which to install an add-in.

System_CAPS_pubclass BinaryReference

Represents the information that is required to install a Windows Installer package on a computer.

System_CAPS_pubclass ClientInstallFilter

Specifies any client computers where the add-in must be installed.

System_CAPS_pubclass Config

Represents the configuration settings for the add-in provider.

System_CAPS_pubclass GetAddInsCompletedEventArgs

Represents the event information for the operation that gets the list of installed add-in packages.

System_CAPS_pubclass OtherBinariesMap

Specifies the list of binaries for an operating system other than the Windows operating system running on client computers.

System_CAPS_pubclass Package

Represents the information that is used to describe and install an add-in package.

System_CAPS_pubclass PackageInfo

Represents information about an add-in that is not contained in a metadata file.

System_CAPS_pubclass PreinstallCommand

Describes the pre-install commands Package object.

System_CAPS_pubclass ProgressEventArgs

Represents the event information for the progress of background tasks.

System_CAPS_pubclass UninstallConfirm

Describes an uninstall confirmation.

Enumerations

Enumeration Description
System_CAPS_pubenum AddInError

Indicates the types of errors that are reported from the download provider.

System_CAPS_pubenum AddinNotificationState

Indicates the state of the add-in installation on the client computer.

System_CAPS_pubenum OSEditions

Indicates the edition of the operating system that applies to the add-in.

System_CAPS_pubenum UpdateClassification

Indicates the type of updates that can be applied to an add-in package.

Return to top