AssemblyLoadContext.IsCollectible 屬性

定義

取得指出此 AssemblyLoadContext 是否為可回收的值。

public:
 property bool IsCollectible { bool get(); };
public bool IsCollectible { get; }
member this.IsCollectible : bool
Public ReadOnly Property IsCollectible As Boolean

屬性值

true 如果這是 AssemblyLoadContext 可收集的,則為 ,否則為 false 。 如果未在建構函式中指定值,則值為 false

備註

如需詳細資訊,請參閱 如何在 .NET Core 中使用和偵錯元件可卸載性

適用於