ClientBuildManager::GetTopLevelAssemblyReferences Method (String^)
.NET Framework (current version)
Returns an array of the assemblies defined in the Bin directory and the <assembly> section of the Web configuration file.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: