Sdílet prostřednictvím


ClientBuildManager.GetTopLevelAssemblyReferences(String) Metoda

Definice

Vrátí pole sestavení definovaných v adresáři Bin a <assembly> oddílu konfiguračního souboru webu.

public:
 cli::array <System::String ^> ^ GetTopLevelAssemblyReferences(System::String ^ virtualPath);
public string[] GetTopLevelAssemblyReferences (string virtualPath);
member this.GetTopLevelAssemblyReferences : string -> string[]
Public Function GetTopLevelAssemblyReferences (virtualPath As String) As String()

Parametry

virtualPath
String

Název konfigurace a cesta.

Návraty

String[]

Pole String obsahující cesty k základům kódu v adresáři Bin a oddílu <assembly> konfiguračního souboru webu.

Výjimky

virtualPath je null.

Platí pro

Viz také