MulticastDelegate.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 this multicast delegate, in invocation order.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Delegate []An array of delegates whose invocation lists collectively match the invocation list of this instance.
| Exception | Condition |
|---|---|
| MemberAccessException | Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism. |
Show: