mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Delegate, 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 d) | System.Delegate | 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.Delegate | |
GetHashCode() | System.Delegate | |
GetInvocationList() | System.Delegate | virtual |
GetMethodImpl() | System.Delegate | protectedvirtual |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Delegate | virtual |
Method | System.Delegate | |
operator !=(Delegate d1, Delegate d2) | System.Delegate | static |
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 d) | System.Delegate | protectedvirtual |
Target | System.Delegate |