Piccolo.NET

PNotificationCenter.CompoundValue Members

PNotificationCenter.CompoundValue overview

Public Instance Constructors

PNotificationCenter.CompoundValue Constructor Constructs a new CompoundValue, creating a weak reference to the object.

Public Instance Properties

IsAlive (inherited from WeakReference)Gets an indication whether the object referenced by this instance has been garbage collected.
MethodInfo Gets the callback attribute of this compound value.
Target (inherited from WeakReference)Gets or sets the object (the target) referenced by this instance.
TrackResurrection (inherited from WeakReference)Gets an indication whether the object referenced by this instance is tracked after it is garbage collected and finalized.

Public Instance Methods

Equals Overridden. See Object.Equals.
GetHashCode Overridden. See Object.GetHashCode.
GetObjectData (inherited from WeakReference)Populates a SerializationInfo object with all the data needed to serialize this instance.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

hashCode A hash value, suitable for use in hashing algorithms and data structures like a hash table.
methodInfo The callback attribute of this compound value.

Protected Instance Methods

Finalize (inherited from WeakReference)Frees any resources allocated by this instance.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PNotificationCenter.CompoundValue Class | UMD.HCIL.PiccoloX.Events Namespace