IWebClassLibProject::UnloadAppDomain Method (Int32)

 

Unloads the app domain.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int UnloadAppDomain(
	int bWaitForReset
)

Parameters

bWaitForReset
Type: System::Int32

true to wait for reset, otherwise false.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: