MemberInfo.IsCollectible Propriété
Définition
Obtient une valeur qui indique si cet objet MemberInfo fait partie d’un assembly contenu dans un AssemblyLoadContext pouvant être collecté.Gets a value that indicates whether this MemberInfo object is part of an assembly held in a collectible AssemblyLoadContext.
public:
virtual property bool IsCollectible { bool get(); };
public virtual bool IsCollectible { get; }
member this.IsCollectible : bool
Public Overridable ReadOnly Property IsCollectible As Boolean
Valeur de propriété
true
Si le MemberInfo fait partie d’un assembly contenu dans un contexte de chargement d’assembly pouvant être collecté ; sinon, false
.true
if the MemberInfo is part of an assembly held in a collectible assembly load context; otherwise, false
.
Remarques
Pour plus d’informations, consultez comment utiliser et déboguer l’inchargement d’assembly dans .net Core.For more information, see How to use and debug assembly unloadability in .NET Core.