Click or drag to resize
DigitalRuneWeakDelegateT Properties

The WeakDelegateT generic type exposes the following members.

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