AssemblyBuilder.GlobalAssemblyCache Propriété

Définition

Attention

The Global Assembly Cache is not supported.

Obtient une valeur qui indique si l’assembly a été chargé à partir du Global Assembly Cache.

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

Valeur de propriété

Boolean

Toujours false.

Attributs

Remarques

AssemblyBuilder les objets représentent toujours des assemblys dynamiques et ne sont donc jamais chargés à partir du global assembly cache.

S’applique à