Assembly.GlobalAssemblyCache Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
The Global Assembly Cache is not supported.
Obtient une valeur indiquant si l’assembly a été chargé à partir du global assembly cache (.NET Framework uniquement).
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
Valeur de propriété
.NET Framework uniquement : true
si l’assembly a été chargé à partir du global assembly cache ; sinon, false
.
.NET Core et .NET 5 et versions ultérieures : false
dans tous les cas.
Implémente
- Attributs
Remarques
Cette propriété est marquée obsolète à partir de .NET 5 et génère un avertissement au moment de la compilation.