System.Delegate.GetInvocationList Method

Returns the invocation list of the delegate.

Syntax

public virtual Delegate[] GetInvocationList ()

Returns

An array of delegates representing the invocation list of the current delegate.

Remarks

Each delegate in the array represents exactly one method.

The order of the delegates in the array is the same order in which the current delegate invokes the methods that those delegates represent.

Requirements

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