AssemblyInfo.Assembly Propriedade

Definição

Obtém ou define uma referência de montagem para usar durante a compilação de um recurso dinâmico.

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

Valor de Propriedade

Um valor de string separado por vírgulas que especifica a versão, cultura e tokens de chave pública de uma assembleia.

Atributos

Observações

O ASP.NET procura primeiro a DLL assembly no diretório privado Bin da aplicação e depois na cache assembly do sistema.

Aplica-se a