Skip to main content
.NET 6.0+

XPWeakReference.IsAlive Property

Gets whether the object referenced by this instance has been garbage collected.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[NonPersistent]
public bool IsAlive { get; }

Property Value

Type Description
Boolean

true if the referenced object has been garbage collected; otherwise, false.

See Also