|
static global::System.Delegate | CreateDelegate (global::System.Type type, object firstArgument, global::System.Reflection.MethodInfo method) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, global::System.Reflection.MethodInfo method, bool throwOnBindFailure) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, global::System.Reflection.MethodInfo method) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, object target, string method) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, global::System.Type target, string method, bool ignoreCase, bool throwOnBindFailure) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, global::System.Type target, string method) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, global::System.Type target, string method, bool ignoreCase) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, object target, string method, bool ignoreCase) |
|
static global::System.Delegate | Combine (global::System.Delegate a, global::System.Delegate b) |
|
static global::System.Delegate | Combine (params global::System.Delegate[] delegates) |
|
static global::System.Delegate | Remove (global::System.Delegate source, global::System.Delegate value) |
|
static bool | operator== (global::System.Delegate d1, global::System.Delegate d2) |
|
static bool | operator!= (global::System.Delegate d1, global::System.Delegate d2) |
|
|
static bool | arg_type_match (global::System.Type delArgType, global::System.Type argType) |
|
static bool | arg_type_match_this (global::System.Type delArgType, global::System.Type argType, bool boxedThis) |
|
static bool | return_type_match (global::System.Type delReturnType, global::System.Type returnType) |
|
static global::System.Delegate | CreateDelegate (global::System.Type type, object firstArgument, global::System.Reflection.MethodInfo method, bool throwOnBindFailure, bool allowClosed) |
|
static global::System.Reflection.MethodInfo | GetCandidateMethod (global::System.Type type, global::System.Type target, string method, global::System.Reflection.BindingFlags bflags, bool ignoreCase, bool throwOnBindFailure) |
|
Definition at line 17 of file Delegate.cs.