IToolboxAppDomainControl Interface
Visual Studio 2015
Controls the creation of the application domain in which the client’s IToolboxItemDiscovery implementation is created.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAppDomain() | Creates an application domain for assembly loading. |
![]() | UnloadAppDomain(AppDomain) | Unloads an application domain created by CreateAppDomain. |
If your package derives from Package, set the AppDomainCreatorType property of your ProvideToolboxItemDiscoveryAttribute to the type of your class that implements this interface.
Show:
