This documentation is archived and is not being maintained.
AppDomainSetup Constructor
Visual Studio 2010
Initializes a new instance of the AppDomainSetup class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AppDomainSetup() | Initializes a new instance of the AppDomainSetup class. |
|
AppDomainSetup(ActivationArguments) | Initializes a new instance of the AppDomainSetup class with the specified activation arguments required for manifest-based activation of an application domain. |
|
AppDomainSetup(ActivationContext) | Initializes a new instance of the AppDomainSetup class with the specified activation context to use for manifest-based activation of an application domain. |
Show: