ClientBuildManager::GetTopLevelAssemblyReferences Method (String^)

 

Returns an array of the assemblies defined in the Bin directory and the <assembly> section of the Web configuration file.

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

public:
array<String^>^ GetTopLevelAssemblyReferences(
	String^ virtualPath
)

Parameters

virtualPath
Type: System::String^

The configuration name and path.

Return Value

Type: array<System::String^>^

A String array containing paths to code bases in the Bin directory and the <assembly> section of the Web configuration file.

Exception Condition
ArgumentNullException

virtualPath is null.

.NET Framework
Available since 2.0
Return to top
Show: