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 でアセンブリのアンローダビリティを使用およびデバッグする方法」を参照してください。

適用対象