Assembly.IsCollectible Vlastnost

Definice

Získá hodnotu, která určuje, zda je toto sestavení v 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

Hodnota vlastnosti

Boolean

true je-li toto sestavení uchován v hromadné AssemblyLoadContext , jinak false .

Poznámky

Další informace naleznete v tématu How to use and debug assembly unloadability in .NET Core.

Platí pro