|
static Delegate | CreateDelegate (Type type, object firstArgument, MethodInfo method) |
|
static Delegate | CreateDelegate (Type type, MethodInfo method, bool throwOnBindFailure) |
|
static Delegate | CreateDelegate (Type type, MethodInfo method) |
|
static Delegate | CreateDelegate (Type type, object target, string method) |
|
static Delegate | CreateDelegate (Type type, Type target, string method, bool ignoreCase, bool throwOnBindFailure) |
|
static Delegate | CreateDelegate (Type type, Type target, string method) |
|
static Delegate | CreateDelegate (Type type, Type target, string method, bool ignoreCase) |
|
static Delegate | CreateDelegate (Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure) |
|
static Delegate | CreateDelegate (Type type, object 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 bool | operator== (Delegate d1, Delegate d2) |
|
static bool | operator!= (Delegate d1, Delegate d2) |
|
Definition at line 12 of file MulticastDelegate.cs.