MulticastDelegate.GetInvocationList Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns the invocation list of this multicast delegate, in invocation order.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
<SecuritySafeCriticalAttribute> _
Public Overrides NotOverridable Function GetInvocationList As Delegate()
[SecuritySafeCriticalAttribute]
public override sealed Delegate[] GetInvocationList()

Return Value

Type: array<System.Delegate[]
An array of delegates whose invocation lists collectively match the invocation list of this instance.

Exceptions

Exception Condition
MemberAccessException

Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.

Remarks

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

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.