AssemblyBuilder.GlobalAssemblyCache プロパティ

定義

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

public:
 virtual property bool GlobalAssemblyCache { bool get(); };
public override bool GlobalAssemblyCache { get; }
member this.GlobalAssemblyCache : bool
Public Overrides ReadOnly Property GlobalAssemblyCache As Boolean

プロパティ値

常に false です。

注釈

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

適用対象