Share via


AssemblyBuilder.GlobalAssemblyCache Özellik

Tanım

Dikkat

The Global Assembly Cache is not supported.

Derlemenin genel derleme önbelleğinden yüklenip yüklenmediğini belirten bir değer alır.

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

Özellik Değeri

Her zaman false.

Öznitelikler

Açıklamalar

AssemblyBuilder nesneleri her zaman dinamik derlemeleri temsil eder ve bu nedenle hiçbir zaman genel derleme önbelleğinden yüklenmez.

Şunlara uygulanır