IToolboxAppDomainControl Interface

Definition

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

public interface class IToolboxAppDomainControl
public interface class IToolboxAppDomainControl
__interface IToolboxAppDomainControl
public interface IToolboxAppDomainControl
type IToolboxAppDomainControl = interface
Public Interface IToolboxAppDomainControl

Remarks

If your package derives from Package, set the AppDomainCreatorType property of your ProvideToolboxItemDiscoveryAttribute to the type of your class that implements this interface.

Methods

CreateAppDomain()

Creates an application domain for assembly loading.

UnloadAppDomain(AppDomain)

Unloads an application domain created by CreateAppDomain().

Applies to