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:
property IList^ CodeAssemblies {
	static IList^ get();
}

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: