MemberInfo.IsCollectible プロパティ

定義

この MemberInfo オブジェクトが、収集可能な 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

trueMemberInfoコレクション可能なアセンブリ読み込みコンテキストで保持されているアセンブリの一部である場合は .。それ以外の場合は . false

注釈

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

適用対象