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.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Delegate ()An array of delegates representing the invocation list of the current delegate.
| Exception | Condition |
|---|---|
| MethodAccessException | Application code attempts to access this member late-bound, for example, by using the Type.InvokeMember method. |
Show: