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

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

Clone()System.Delegatevirtual
Combine(Delegate a, Delegate b)System.Delegatestatic
Combine(params Delegate[] delegates)System.Delegatestatic
CombineImpl(Delegate d)System.Delegateprotectedvirtual
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.Delegate
GetHashCode()System.Delegate
GetInvocationList()System.Delegatevirtual
GetMethodImpl()System.Delegateprotectedvirtual
GetObjectData(SerializationInfo info, StreamingContext context)System.Delegatevirtual
MethodSystem.Delegate
operator !=(Delegate d1, Delegate d2)System.Delegatestatic
operator==(Delegate d1, Delegate d2)System.Delegatestatic
Remove(Delegate source, Delegate value)System.Delegatestatic
RemoveAll(Delegate source, Delegate value)System.Delegatestatic
RemoveImpl(Delegate d)System.Delegateprotectedvirtual
TargetSystem.Delegate