IToolboxAppDomainControl Interface

 

Controls the creation of the application domain in which the client’s IToolboxItemDiscovery implementation is created.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public interface IToolboxAppDomainControl

NameDescription
System_CAPS_pubmethodCreateAppDomain()

Creates an application domain for assembly loading.

System_CAPS_pubmethodUnloadAppDomain(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.

Return to top
Show: