IToolboxAppDomainControl.CreateAppDomain Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an appdomain for assembly loading. This is the appdomain that will be passed to IToolboxItemDiscoveryFactory.CreateItemDiscovery, and in which assemblies will be loaded so that their types can be enumerated and passed to IToolboxItemDiscovery.GetItemInfo.
public:
AppDomain ^ CreateAppDomain();
public AppDomain CreateAppDomain ();
abstract member CreateAppDomain : unit -> AppDomain
Public Function CreateAppDomain () As AppDomain
Returns
The newly created appdomain.
Remarks
This method may be called on a background thread.