AssemblyLoadContext.IsCollectible Proprietà

Definizione

Ottiene un valore che indica se AssemblyLoadContext è ritirabile.

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

Valore della proprietà

Boolean

true se questo AssemblyLoadContext è raccoglibile; in caso contrario, false. Se un valore non è specificato nel costruttore, il valore è false.

Commenti

Per altre informazioni, vedere How to use and debug assembly unloadability in .NET Core.For more information, see How to use and debug assembly unloadability in .NET Core.

Si applica a