Assembly.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 (yalnızca .NET Framework).

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

Özellik Değeri

Boolean

Yalnızca .NET Framework: true derleme genel derleme önbelleğinden yüklendiyse; değilse, false.

.NET Core ve .NET 5 ve üzeri: false her durumda.

Uygulamalar

Öznitelikler

Açıklamalar

Bu özellik .NET 5'te başlayarak kullanımdan kaldırıldı olarak işaretlenir ve derleme zamanı uyarısı oluşturur.

Şunlara uygulanır