AssemblyInfo.Assembly Vlastnost

Definice

Získá nebo nastaví odkaz na sestavení, který se má použít při kompilaci dynamického prostředku.

public:
 property System::String ^ Assembly { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("assembly", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Assembly { get; set; }
[<System.Configuration.ConfigurationProperty("assembly", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Assembly : string with get, set
Public Property Assembly As String

Hodnota vlastnosti

String

Hodnota řetězce oddělené čárkami určující tokeny verze, jazykové verze a veřejného klíče sestavení.

Atributy

Poznámky

ASP.NET nejprve vyhledá knihovnu DLL sestavení v privátním adresáři bin aplikace a pak v mezipaměti sestavení systému.

Platí pro