ActivationOption Enumeration
.NET Framework (current version)
Specifies the manner in which serviced components are activated in the application.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Member name | Description | |
|---|---|---|
| Library | Specifies that serviced components in the marked application are activated in the creator's process. | |
| Server | Specifies that serviced components in the marked application are activated in a system-provided process. |
The activation setting for the application defaults to Library.
The following code example demonstrates the use of this enumeration.
.NET Framework
Available since 1.1
Available since 1.1
Show: