TypeDelegator.IsCollectible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個物件 typeImpl 的 IsCollectible 值,指出這個物件 (也就是 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
為 。