Assembly.GlobalAssemblyCache Proprietà

Definizione

Attenzione

The Global Assembly Cache is not supported.

Ottiene un valore che indica se l'assembly è stato caricato dalla global assembly cache (solo.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

Valore della proprietà

Solo .NET Framework: true se l'assembly è stato caricato dalla global assembly cache; in caso contrario, false.

.NET Core e .NET 5 e versioni successive: false in tutti i casi.

Implementazioni

Attributi

Commenti

Questa proprietà è contrassegnata come obsoleta a partire da .NET 5 e genera un avviso in fase di compilazione.

Si applica a