AssemblyBuilder.GlobalAssemblyCache 屬性

定義

警告

The Global Assembly Cache is not supported.

取得值,這個值表示組件是否從全域組件快取載入。

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

屬性值

一定是 false

屬性

備註

AssemblyBuilder 物件一律代表動態元件,因此永遠不會從全域程式集緩存載入。

適用於