BuildManager.CodeAssemblies Property

 

Gets a list of assemblies built from the App_Code directory.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

Public Shared ReadOnly Property CodeAssemblies As IList

Property Value

Type: System.Collections.IList

An IList collection that contains the assemblies built from the App_Code directory.

.NET Framework
Available since 2.0
Return to top
Show: