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.Gets a value indicating whether the assembly was loaded from the global assembly cache.
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
true Se o assembly foi carregado do cache de assembly global; caso contrário, false .true if the assembly was loaded from the global assembly cache; otherwise, false.
Implementações
- Atributos