AssemblyInfo.Assembly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定動態資源編譯期間使用的組件參考。
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
屬性值
指定組件版本、文化特性和公開金鑰語彙基元的逗號分隔字串值。
- 屬性
備註
ASP.NET 會先搜尋應用程式私人 Bin 目錄中的元件 DLL,然後在系統組件快取中。