AssemblyBuilder.GlobalAssemblyCache プロパティ

定義

注意事項

The Global Assembly Cache is not supported.

アセンブリがグローバル アセンブリ キャッシュから読み込まれたかどうかを示す値を取得します。

public:
 virtual property bool GlobalAssemblyCache { bool get(); };
[System.Obsolete("The Global Assembly Cache is not supported.", DiagnosticId="SYSLIB0005", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public override bool GlobalAssemblyCache { get; }
public override bool GlobalAssemblyCache { get; }
[<System.Obsolete("The Global Assembly Cache is not supported.", DiagnosticId="SYSLIB0005", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.GlobalAssemblyCache : bool
member this.GlobalAssemblyCache : bool
Public Overrides ReadOnly Property GlobalAssemblyCache As Boolean

プロパティ値

常に false

属性

注釈

AssemblyBuilder オブジェクトは常に動的アセンブリを表すため、グローバル アセンブリ キャッシュから読み込まれることはありません。

適用対象