Click or drag to resize

ReferenceType Fields

The ReferenceType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberHARD
Hard references keep references to the object and prevent the garbage collector from collecting the item.
Public fieldStatic memberSOFT
Soft references allow the garbage collector to collect items that are not in use.
Public fieldvalue__
Top
See Also