Returns an array of the assemblies defined in the Bin directory and the <assembly> section of the Web configuration file.
Syntax
public
string[]
GetTopLevelAssemblyReferences (
string virtualPath)
Parameters
- virtualPath
-
The configuration name and path.
Returns
A string array containing paths to code bases in the Bin directory and the <assembly> section of the Web configuration file.
Remarks
Requirements
Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0