AssemblyBuilder.GlobalAssemblyCache Eigenschaft

Definition

Achtung

The Global Assembly Cache is not supported.

Ruft einen Wert ab, der angibt, ob die Assembly aus dem globalen Assemblycache geladen wurde.

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

Eigenschaftswert

Immer false.

Attribute

Hinweise

AssemblyBuilder -Objekte stellen immer dynamische Assemblys dar und werden daher nie aus dem globalen Assemblycache geladen.

Gilt für: