TypeDelegator.IsCollectible 屬性

定義

取得這個物件 typeImplIsCollectible 值,指出這個物件 (也就是 MemberInfo 實作) 是否為可回收 AssemblyLoadContext 中所含組件的一部分。

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

屬性值

true 如果這個物件是 MemberInfo 實作,則為可收集組件載入內容中保留的元件一部分,否則 false 為 。

適用於