Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an application ___domain for assembly loading.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Function CreateAppDomain As AppDomain
AppDomain CreateAppDomain()
AppDomain^ CreateAppDomain()
abstract CreateAppDomain : unit -> AppDomain
function CreateAppDomain() : AppDomain
Return Value
Type: AppDomain
The newly-created application ___domain.
Remarks
This is the application ___domain that is passed to CreateItemDiscovery, and in which assemblies will be loaded so that their types can be enumerated and passed to GetItemInfo.
This method can be called on a background thread.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.