Enum SoftReferenceState
Represents state of the referenced object.
Namespace: DotNext.Runtime
Assembly: DotNext.dll
Syntax
public enum SoftReferenceState
Fields
Name | Description |
---|---|
Empty | The referenced object is not reachable via soft reference. |
Strong | Soft reference acting as a strong reference so the referenced object is not available for GC. |
Weak | Soft reference acting as a weak reference so the referenced object is available for GC. |