次の方法で共有


AssemblyInfo.Assembly プロパティ

定義

動的リソースのコンパイル時に使用するアセンブリ参照を取得または設定します。

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 を検索してから、システム アセンブリ キャッシュ内で検索します。

適用対象