|
| static bool | operator== (MulticastDelegate? d1, MulticastDelegate? d2) |
| |
| static bool | operator!= (MulticastDelegate? d1, MulticastDelegate? d2) |
| |
| static ? Delegate | CreateDelegate (Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure) |
| |
| static ? Delegate | CreateDelegate (Type type, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type target, string method, bool ignoreCase, bool throwOnBindFailure) |
| |
| static ? Delegate | CreateDelegate (Type type, MethodInfo method, bool throwOnBindFailure) |
| |
| static ? Delegate | CreateDelegate (Type type, object? firstArgument, MethodInfo method, bool throwOnBindFailure) |
| |
| static Delegate | CreateDelegate (Type type, object? firstArgument, MethodInfo method) |
| |
| static Delegate | CreateDelegate (Type type, MethodInfo method) |
| |
| static Delegate | CreateDelegate (Type type, object target, string method) |
| |
| static Delegate | CreateDelegate (Type type, object target, string method, bool ignoreCase) |
| |
| static Delegate | CreateDelegate (Type type, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type target, string method) |
| |
| static Delegate | CreateDelegate (Type type, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type target, string method, bool ignoreCase) |
| |
| static ? Delegate | Combine (Delegate? a, Delegate? b) |
| |
| static ? Delegate | Combine (params Delegate?[]? delegates) |
| |
| static ? Delegate | Remove (Delegate? source, Delegate? value) |
| |
| static ? Delegate | RemoveAll (Delegate? source, Delegate? value) |
| |
| static bool | operator== (Delegate? d1, Delegate? d2) |
| |
| static bool | operator!= (Delegate? d1, Delegate? d2) |
| |
|
| bool | InvocationListEquals (MulticastDelegate d) |
| |
| MulticastDelegate | NewMulticastDelegate (object[] invocationList, int invocationCount, bool thisIsMultiCastAlready) |
| |
| object[] | DeleteFromInvocationList (object[] invocationList, int invocationCount, int deleteIndex, int deleteCount) |
| |
| void | CtorClosed (object target, IntPtr methodPtr) |
| |
| void | CtorClosedStatic (object target, IntPtr methodPtr) |
| |
| void | CtorRTClosed (object target, IntPtr methodPtr) |
| |
| void | CtorOpened (object target, IntPtr methodPtr, IntPtr shuffleThunk) |
| |
| void | CtorVirtualDispatch (object target, IntPtr methodPtr, IntPtr shuffleThunk) |
| |
| void | CtorCollectibleClosedStatic (object target, IntPtr methodPtr, IntPtr gchandle) |
| |
| void | CtorCollectibleOpened (object target, IntPtr methodPtr, IntPtr shuffleThunk, IntPtr gchandle) |
| |
| void | CtorCollectibleVirtualDispatch (object target, IntPtr methodPtr, IntPtr shuffleThunk, IntPtr gchandle) |
| |
| bool | BindToMethodName (object target, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] RuntimeType methodType, string method, DelegateBindingFlags flags) |
| |
| bool | BindToMethodInfo (object target, IRuntimeMethodInfo method, RuntimeType methodType, DelegateBindingFlags flags) |
| |
| static MulticastDelegate | InternalAlloc (RuntimeType type) |
| |
| void | DelegateConstruct (object target, IntPtr slot) |
| |
Definition at line 15 of file MulticastDelegate.cs.