GetAssemblies Method
Collapse the table of content
Expand the table of content

AppDomain.GetAssemblies Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the assemblies that have been loaded into the execution context of this application domain.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Function GetAssemblies As Assembly()

Return Value

Type: System.Reflection.Assembly ()
An array of assemblies in this application domain.

ExceptionCondition
AppDomainUnloadedException

The operation is attempted on an unloaded application domain.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft