Mono Class Library: System.Delegate Overview | Members

System.Delegate.GetInvocationList Method

Returns the invocation list of the current delegate.

public virtual Delegate[] GetInvocationList ()

Returns

An ordered set of Delegate instances whose invocation lists collectively match those of the current delegate.

Remarks

Operation
The array contains a set of delegates, each having an invocation list of one entry. Invoking these delegates sequentially, in the order in which they appear in the array, produces the same results as invoking the current delegate.

Note to Inheritors
Override Delegate.GetInvocationList when subclassing Delegate.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0