WeakDelegate Properties |
The WeakDelegate type exposes the following members.
Name | Description | |
---|---|---|
Delegate |
Gets the Delegate stored by the current WeakDelegate
object.
| |
DelegateType |
Gets the type of delegate.
| |
IsAlive |
Gets a value indicating whether the Delegate referenced by this
WeakDelegate has been garbage collected.
| |
MethodInfo |
Gets the metadata of the delegate method.
| |
TargetReference |
Gets the weak reference of the target object.
|