mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.MulticastDelegate, including all inherited members.
Clone() | System.Delegate | virtual |
Combine(Delegate a, Delegate b) | System.Delegate | static |
Combine(params Delegate[] delegates) | System.Delegate | static |
CombineImpl(Delegate follow) | System.MulticastDelegate | protectedvirtual |
CreateDelegate(Type type, object target, string method) | System.Delegate | static |
CreateDelegate(Type type, object target, string method, bool ignoreCase) | System.Delegate | static |
CreateDelegate(Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure) | System.Delegate | static |
CreateDelegate(Type type, Type target, string method) | System.Delegate | static |
CreateDelegate(Type type, Type target, string method, bool ignoreCase) | System.Delegate | static |
CreateDelegate(Type type, Type target, string method, bool ignoreCase, bool throwOnBindFailure) | System.Delegate | static |
CreateDelegate(Type type, MethodInfo method, bool throwOnBindFailure) | System.Delegate | static |
CreateDelegate(Type type, object firstArgument, MethodInfo method) | System.Delegate | static |
CreateDelegate(Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure) | System.Delegate | static |
CreateDelegate(Type type, MethodInfo method) | System.Delegate | static |
Delegate(object target, string method) | System.Delegate | protected |
Delegate(Type target, string method) | System.Delegate | protected |
DynamicInvoke(params object[] args) | System.Delegate | |
DynamicInvokeImpl(object[] args) | System.Delegate | protectedvirtual |
Equals(object obj) | System.MulticastDelegate | |
GetHashCode() | System.MulticastDelegate | |
GetInvocationList() | System.MulticastDelegate | virtual |
GetMethodImpl() | System.MulticastDelegate | protectedvirtual |
GetObjectData(SerializationInfo info, StreamingContext context) | System.MulticastDelegate | virtual |
Method | System.Delegate | |
MulticastDelegate(object target, string method) | System.MulticastDelegate | protected |
MulticastDelegate(Type target, string method) | System.MulticastDelegate | protected |
operator !=(MulticastDelegate d1, MulticastDelegate d2) | System.MulticastDelegate | static |
System::Delegate.operator !=(Delegate d1, Delegate d2) | System.Delegate | static |
operator==(MulticastDelegate d1, MulticastDelegate d2) | System.MulticastDelegate | static |
System::Delegate.operator==(Delegate d1, Delegate d2) | System.Delegate | static |
Remove(Delegate source, Delegate value) | System.Delegate | static |
RemoveAll(Delegate source, Delegate value) | System.Delegate | static |
RemoveImpl(Delegate value) | System.MulticastDelegate | protectedvirtual |
Target | System.Delegate |