Represents a weak reference, which references an object while still allowing that object to be garbage collected.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
JavaScript |
---|
System.WeakReference = function();
Type.createClass(
'System.WeakReference',
null,
ISerializable); |
Inheritance Hierarchy
See Also