Click or drag to resize
DigitalRuneWeakDelegate Properties

The WeakDelegate type exposes the following members.

Properties
  NameDescription
Public propertyDelegate
Gets the Delegate stored by the current WeakDelegate object.
Public propertyDelegateType
Gets the type of delegate.
Public propertyIsAlive
Gets a value indicating whether the Delegate referenced by this WeakDelegate has been garbage collected.
Public propertyMethodInfo
Gets the metadata of the delegate method.
Public propertyTargetReference
Gets the weak reference of the target object.
Top
See Also