AssemblyBuilder.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.

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

Valore della proprietà

Boolean

Sempre false.

Attributi

Commenti

AssemblyBuilder gli oggetti rappresentano sempre assembly dinamici e pertanto non vengono mai caricati dalla global assembly cache.

Si applica a