AssemblyBuilder.GlobalAssemblyCache Egenskap

Definition

Varning

The Global Assembly Cache is not supported.

Hämtar ett värde som anger om sammansättningen lästes in från den globala sammansättningscacheminnet.

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

Egenskapsvärde

Alltid false.

Attribut

Kommentarer

AssemblyBuilder objekt representerar alltid dynamiska sammansättningar och läses därför aldrig in från den globala sammansättningscachen.

Gäller för