AssemblyBuilder.GlobalAssemblyCache Propriedade

Definição

Cuidado

The Global Assembly Cache is not supported.

Obtém um valor que indica se o assembly foi carregado do cache de assembly global.

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

Valor da propriedade

Sempre false.

Atributos

Comentários

AssemblyBuilder os objetos sempre representam assemblies dinâmicos e, portanto, nunca são carregados do cache de assembly global.

Aplica-se a