xpo-devexpress-dot-xpo-406b5dd3.md
A persistent weak reference to a persistent object.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
[MemberDesignTimeVisibility(false)]
[Indices("TargetType_;TargetKey_;GCRecord")]
public class XPWeakReference :
XPCustomObject,
IXPOServiceClass
<MemberDesignTimeVisibility(False)>
<Indices("TargetType_;TargetKey_;GCRecord")>
Public Class XPWeakReference
Inherits XPCustomObject
Implements IXPOServiceClass
A weak reference refers to an object but still allows it to be garbage collected.
A persistent weak reference can be used in the following instances:
The object referenced by the XPWeakReference is specified by the XPWeakReference.Target property.
Object PersistentBase XPBaseObject XPCustomObject XPWeakReference
See Also