IToolboxAppDomainControl::UnloadAppDomain Method (AppDomain^)

 

Unloads an application domain created by CreateAppDomain.

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

void UnloadAppDomain(
	AppDomain^ appDomain
)

Parameters

appDomain
Type: System::AppDomain^

The application domain to unload.

This method can be called on a background thread.

Return to top
Show: