Assembly.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 (somente .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

Valor da propriedade

.NET Framework somente: true se o assembly tiver sido carregado do cache de assembly global; caso contrário, false.

.NET Core e .NET 5 e posterior: false em todos os casos.

Implementações

Atributos

Comentários

Essa propriedade é marcada como obsoleta a partir do .NET 5 e gera um aviso de tempo de compilação.

Aplica-se a