AssemblyBuilder.GlobalAssemblyCache Właściwość

Definicja

Przestroga

The Global Assembly Cache is not supported.

Pobiera wartość wskazującą, czy zestaw został załadowany z globalnej pamięci podręcznej zestawów.

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

Wartość właściwości

Zawsze wartość false.

Atrybuty

Uwagi

AssemblyBuilder obiekty zawsze reprezentują zestawy dynamiczne i dlatego nigdy nie są ładowane z globalnej pamięci podręcznej zestawów.

Dotyczy