Assembly.IsCollectible プロパティ

定義

このアセンブリが収集可能な AssemblyLoadContext に保持されているかどうかを示す値を取得します。

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

プロパティ値

true このアセンブリが収集可能 AssemblyLoadContextなに保持されている場合は 。それ以外の場合 falseは 。

注釈

詳細については、「.NET Core でアセンブリのアンローダビリティを使用およびデバッグする方法」を参照してください。

適用対象