System.Web.Compilation.ClientBuildManager.GetTopLevelAssemblyReferences Method

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

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0