GetInvocationList Method
Collapse the table of content
Expand the table of content

Delegate.GetInvocationList Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns the invocation list of the delegate.

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

'Declaration
Public Overridable Function GetInvocationList As Delegate()

Return Value

Type: System.Delegate ()
An array of delegates representing the invocation list of the current delegate.

ExceptionCondition
MethodAccessException

Application code attempts to access this member late-bound, for example, by using the Type.InvokeMember method.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft