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

プロパティ値

Boolean

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

注釈

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

適用対象