Esempio n. 1
0
 public static global::System.Func <T1, T2, TResult> GetFunc <T1, T2, TResult>(this global::System.Object target, global::System.String name, global::System.Reflection.BindingFlags flags)
 {
     return(target.GetMethod <global::System.Func <T1, T2, TResult> >(target.GetType(), name, flags));
 }
Esempio n. 2
0
 public static global::System.Func <T, TResult> GetFunc <T, TResult>(this global::System.Object target, global::System.Type t, global::System.String name)
 {
     return(target.GetMethod <global::System.Func <T, TResult> >(t, name, global::XenoGears.Reflection.Shortcuts.BF.All));
 }
Esempio n. 3
0
 public static global::System.Func <T1, T2, TResult> GetFunc <T1, T2, TResult>(this global::System.Object target, global::System.String name)
 {
     return(target.GetMethod <global::System.Func <T1, T2, TResult> >(target.GetType(), name));
 }
Esempio n. 4
0
 public static global::System.Action <T1, T2> GetAction <T1, T2>(this global::System.Object target, global::System.String name)
 {
     return(target.GetMethod <global::System.Action <T1, T2> >(target.GetType(), name));
 }
Esempio n. 5
0
 public static global::System.Func <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult> GetFunc <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>(this global::System.Object target, global::System.Type t, global::System.String name, global::System.Reflection.BindingFlags flags)
 {
     return(target.GetMethod <global::System.Func <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult> >(t, name, flags));
 }
Esempio n. 6
0
 public static global::System.Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> GetAction <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this global::System.Object target, global::System.Type t, global::System.String name)
 {
     return(target.GetMethod <global::System.Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> >(t, name, global::XenoGears.Reflection.Shortcuts.BF.All));
 }
Esempio n. 7
0
 public static global::System.Action <T> GetAction <T>(this global::System.Object target, global::System.Type t, global::System.String name, global::System.Reflection.BindingFlags flags)
 {
     return(target.GetMethod <global::System.Action <T> >(t, name, flags));
 }
Esempio n. 8
0
 public static global::System.Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> GetAction <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(this global::System.Object target, global::System.String name)
 {
     return(target.GetMethod <global::System.Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> >(target.GetType(), name));
 }
Esempio n. 9
0
 public static global::System.Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> GetAction <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this global::System.Object target, global::System.String name, global::System.Reflection.BindingFlags flags)
 {
     return(target.GetMethod <global::System.Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> >(target.GetType(), name, flags));
 }
Esempio n. 10
0
 public static global::DataVault.Core.Helpers.Func <T1, T2, T3, T4, T5, T6, T7, TResult> GetFunc <T1, T2, T3, T4, T5, T6, T7, TResult>(this global::System.Object target, global::System.Type t, global::System.String name)
 {
     return(target.GetMethod <global::DataVault.Core.Helpers.Func <T1, T2, T3, T4, T5, T6, T7, TResult> >(t, name, global::DataVault.Core.Helpers.Reflection.Shortcuts.BF.All));
 }
Esempio n. 11
0
 public static global::System.Action <T1, T2> GetAction <T1, T2>(this global::System.Object target, global::System.Type t, global::System.String name)
 {
     return(target.GetMethod <global::System.Action <T1, T2> >(t, name, global::XenoGears.Reflection.Shortcuts.BF.All));
 }
Esempio n. 12
0
 public static global::DataVault.Core.Helpers.Func <T1, T2, T3, T4, T5, T6, T7, TResult> GetFunc <T1, T2, T3, T4, T5, T6, T7, TResult>(this global::System.Object target, global::System.String name, global::System.Reflection.BindingFlags flags)
 {
     return(target.GetMethod <global::DataVault.Core.Helpers.Func <T1, T2, T3, T4, T5, T6, T7, TResult> >(target.GetType(), name, flags));
 }
Esempio n. 13
0
 public static global::DataVault.Core.Helpers.Func <T1, T2, T3, T4, T5, TResult> GetFunc <T1, T2, T3, T4, T5, TResult>(this global::System.Object target, global::System.String name)
 {
     return(target.GetMethod <global::DataVault.Core.Helpers.Func <T1, T2, T3, T4, T5, TResult> >(target.GetType(), name));
 }
Esempio n. 14
0
 public static global::System.Action <T> GetAction <T>(this global::System.Object target, global::System.Type t, global::System.String name)
 {
     return(target.GetMethod <global::System.Action <T> >(t, name, global::DataVault.Core.Helpers.Reflection.Shortcuts.BF.All));
 }
Esempio n. 15
0
 public static global::DataVault.Core.Helpers.Action <T1, T2, T3, T4, T5, T6, T7> GetAction <T1, T2, T3, T4, T5, T6, T7>(this global::System.Object target, global::System.Type t, global::System.String name, global::System.Reflection.BindingFlags flags)
 {
     return(target.GetMethod <global::DataVault.Core.Helpers.Action <T1, T2, T3, T4, T5, T6, T7> >(t, name, flags));
 }
Esempio n. 16
0
 public static global::DataVault.Core.Helpers.Action <T1, T2, T3, T4, T5, T6, T7> GetAction <T1, T2, T3, T4, T5, T6, T7>(this global::System.Object target, global::System.String name)
 {
     return(target.GetMethod <global::DataVault.Core.Helpers.Action <T1, T2, T3, T4, T5, T6, T7> >(target.GetType(), name));
 }