BuildManager::GetReferencedAssemblies Method ()
.NET Framework (current version)
Returns a list of assembly references that all page compilations must reference.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections::ICollection^An ICollection collection of assembly references.
The collection of assemblies that is returned from the GetReferencedAssemblies method includes assemblies specified in the element of the Web.config file, assemblies built from custom code in the App_Code directory, and assemblies in other top-level folders.
GetReferencedAssemblies is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: