mscorlib(4.0.0.0) API with additions
System.MulticastDelegate Member List

This is the complete list of members for System.MulticastDelegate, including all inherited members.

Clone()System.Delegatevirtual
Combine(Delegate a, Delegate b)System.Delegatestatic
Combine(params Delegate[] delegates)System.Delegatestatic
CombineImpl(Delegate follow)System.MulticastDelegateprotectedvirtual
CreateDelegate(Type type, object target, string method)System.Delegatestatic
CreateDelegate(Type type, object target, string method, bool ignoreCase)System.Delegatestatic
CreateDelegate(Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure)System.Delegatestatic
CreateDelegate(Type type, Type target, string method)System.Delegatestatic
CreateDelegate(Type type, Type target, string method, bool ignoreCase)System.Delegatestatic
CreateDelegate(Type type, Type target, string method, bool ignoreCase, bool throwOnBindFailure)System.Delegatestatic
CreateDelegate(Type type, MethodInfo method, bool throwOnBindFailure)System.Delegatestatic
CreateDelegate(Type type, object firstArgument, MethodInfo method)System.Delegatestatic
CreateDelegate(Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure)System.Delegatestatic
CreateDelegate(Type type, MethodInfo method)System.Delegatestatic
Delegate(object target, string method)System.Delegateprotected
Delegate(Type target, string method)System.Delegateprotected
DynamicInvoke(params object[] args)System.Delegate
DynamicInvokeImpl(object[] args)System.Delegateprotectedvirtual
Equals(object obj)System.MulticastDelegate
GetHashCode()System.MulticastDelegate
GetInvocationList()System.MulticastDelegatevirtual
GetMethodImpl()System.MulticastDelegateprotectedvirtual
GetObjectData(SerializationInfo info, StreamingContext context)System.MulticastDelegatevirtual
MethodSystem.Delegate
MulticastDelegate(object target, string method)System.MulticastDelegateprotected
MulticastDelegate(Type target, string method)System.MulticastDelegateprotected
operator !=(MulticastDelegate d1, MulticastDelegate d2)System.MulticastDelegatestatic
System::Delegate.operator !=(Delegate d1, Delegate d2)System.Delegatestatic
operator==(MulticastDelegate d1, MulticastDelegate d2)System.MulticastDelegatestatic
System::Delegate.operator==(Delegate d1, Delegate d2)System.Delegatestatic
Remove(Delegate source, Delegate value)System.Delegatestatic
RemoveAll(Delegate source, Delegate value)System.Delegatestatic
RemoveImpl(Delegate value)System.MulticastDelegateprotectedvirtual
TargetSystem.Delegate