Bagikan melalui


AssemblyBuilder.GlobalAssemblyCache Properti

Definisi

Perhatian

The Global Assembly Cache is not supported.

Mendapatkan nilai yang menunjukkan apakah assembly dimuat dari cache assembly global.

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

Nilai Properti

Selalu false.

Atribut

Keterangan

AssemblyBuilder Objek selalu mewakili rakitan dinamis, dan karenanya tidak pernah dimuat dari cache perakitan global.

Berlaku untuk