30 BadAnyPrototype.Instance
51 BadAnyPrototype.Instance
66 Action<BadExecutionContext, T1, T2> func)
68 elem.SetFunction<T1, T2>(
76 BadAnyPrototype.Instance
92 Action<BadExecutionContext, T1, T2, T3> func)
94 elem.SetFunction<T1, T2, T3>(
98 func(ctx, t1, t2, t3);
102 BadAnyPrototype.Instance
119 Action<BadExecutionContext, T1, T2, T3, T4> func)
121 elem.SetFunction<T1, T2, T3, T4>(
123 (ctx, t1, t2, t3, t4) =>
125 func(ctx, t1, t2, t3, t4);
129 BadAnyPrototype.Instance
147 Action<BadExecutionContext, T1, T2, T3, T4, T5> func)
149 elem.SetFunction<T1, T2, T3, T4, T5>(
159 func(ctx, t1, t2, t3, t4, t5);
163 BadAnyPrototype.Instance
182 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6> func)
184 elem.SetFunction<T1, T2, T3, T4, T5, T6>(
195 func(ctx, t1, t2, t3, t4, t5, t6);
199 BadAnyPrototype.Instance
219 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7> func)
221 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7>(
233 func(ctx, t1, t2, t3, t4, t5, t6, t7);
237 BadAnyPrototype.Instance
258 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8> func)
260 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7, T8>(
273 func(ctx, t1, t2, t3, t4, t5, t6, t7, t8);
277 BadAnyPrototype.Instance
299 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9> func)
301 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9>(
315 func(ctx, t1, t2, t3, t4, t5, t6, t7, t8, t9);
319 BadAnyPrototype.Instance
342 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> func)
344 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(
359 func(ctx, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10);
363 BadAnyPrototype.Instance
384 public static void SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(
387 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> func)
389 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(
405 func(ctx, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11);
409 BadAnyPrototype.Instance
431 public static void SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(
434 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> func)
436 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(
453 func(ctx, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12);
457 BadAnyPrototype.Instance
480 public static void SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(
483 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> func)
485 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(
503 func(ctx, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13);
507 BadAnyPrototype.Instance
531 public static void SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(
534 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> func)
536 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(
555 func(ctx, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14);
559 BadAnyPrototype.Instance
584 public static void SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(
587 Action<BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> func)
589 elem.SetFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(
609 func(ctx, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15);
613 BadAnyPrototype.Instance
Implements Extensions that aid in the creation of Interop Functions.
static void SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 > func)
Sets a Function on the given Object.
BadScript2.Runtime.Interop.Functions.Extensions.BadDynamicFunctionExtensions.SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13 > static void SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13 > func)
Sets a Function on the given Object.
BadScript2.Runtime.Interop.Functions.Extensions.BadDynamicFunctionExtensions.SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15 > static void SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15 > func)
Sets a Function on the given Object.
BadScript2.Runtime.Interop.Functions.Extensions.BadDynamicFunctionExtensions.SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12 > static void SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12 > func)
Sets a Function on the given Object.
static void SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9 > func)
Sets a Function on the given Object.
static void SetFunction< T1, T2, T3, T4 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4 > func)
Sets a Function on the given Object.
static void SetFunction< T1, T2 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2 > func)
Sets a Function on the given Object.
static void SetFunction< T1, T2, T3, T4, T5 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5 > func)
Sets a Function on the given Object.
static void SetFunction< T1, T2, T3 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3 > func)
Sets a Function on the given Object.
static void SetFunction< T1, T2, T3, T4, T5, T6, T7 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7 > func)
Sets a Function on the given Object.
BadScript2.Runtime.Interop.Functions.Extensions.BadDynamicFunctionExtensions.SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14 > static void SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14 > func)
Sets a Function on the given Object.
static void SetFunction(this BadObject elem, string propName, Action< BadExecutionContext > func)
Sets a Function on the given Object.
static void SetFunction< T >(this BadObject elem, string propName, Action< BadExecutionContext, T > func)
Sets a Function on the given Object.
BadScript2.Runtime.Interop.Functions.Extensions.BadDynamicFunctionExtensions.SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11 > static void SetFunction< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11 > func)
Sets a Function on the given Object.
static void SetFunction< T1, T2, T3, T4, T5, T6 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6 > func)
Sets a Function on the given Object.
static void SetFunction< T1, T2, T3, T4, T5, T6, T7, T8 >(this BadObject elem, string propName, Action< BadExecutionContext, T1, T2, T3, T4, T5, T6, T7, T8 > func)
Sets a Function on the given Object.
The Base Class for all BadScript Objects.
static readonly BadObject Null
The Null Value for the BadScript Language.
Contains the Extension Classes for Functions.
Contains Runtime Type Objects.
Contains the Runtime Objects.