|
|
@@ -25,24 +25,24 @@ namespace ILRuntime.Runtime.Generated
|
|
|
args = new Type[]{typeof(System.String), typeof(System.Object)};
|
|
|
method = type.GetMethod("Format", flag, null, args, null);
|
|
|
app.RegisterCLRMethodRedirection(method, Format_0);
|
|
|
- args = new Type[]{typeof(System.String), typeof(System.Object), typeof(System.Object), typeof(System.Object)};
|
|
|
- method = type.GetMethod("Format", flag, null, args, null);
|
|
|
- app.RegisterCLRMethodRedirection(method, Format_1);
|
|
|
args = new Type[]{typeof(System.String), typeof(System.Object), typeof(System.Object)};
|
|
|
method = type.GetMethod("Format", flag, null, args, null);
|
|
|
- app.RegisterCLRMethodRedirection(method, Format_2);
|
|
|
+ app.RegisterCLRMethodRedirection(method, Format_1);
|
|
|
args = new Type[]{typeof(System.String), typeof(System.String)};
|
|
|
method = type.GetMethod("Concat", flag, null, args, null);
|
|
|
- app.RegisterCLRMethodRedirection(method, Concat_3);
|
|
|
+ app.RegisterCLRMethodRedirection(method, Concat_2);
|
|
|
args = new Type[]{typeof(System.String), typeof(System.String), typeof(System.String)};
|
|
|
method = type.GetMethod("Concat", flag, null, args, null);
|
|
|
- app.RegisterCLRMethodRedirection(method, Concat_4);
|
|
|
+ app.RegisterCLRMethodRedirection(method, Concat_3);
|
|
|
args = new Type[]{typeof(System.String), typeof(System.Object[])};
|
|
|
method = type.GetMethod("Format", flag, null, args, null);
|
|
|
- app.RegisterCLRMethodRedirection(method, Format_5);
|
|
|
+ app.RegisterCLRMethodRedirection(method, Format_4);
|
|
|
args = new Type[]{typeof(System.String), typeof(System.String), typeof(System.String), typeof(System.String)};
|
|
|
method = type.GetMethod("Concat", flag, null, args, null);
|
|
|
- app.RegisterCLRMethodRedirection(method, Concat_6);
|
|
|
+ app.RegisterCLRMethodRedirection(method, Concat_5);
|
|
|
+ args = new Type[]{typeof(System.String), typeof(System.Object), typeof(System.Object), typeof(System.Object)};
|
|
|
+ method = type.GetMethod("Format", flag, null, args, null);
|
|
|
+ app.RegisterCLRMethodRedirection(method, Format_6);
|
|
|
args = new Type[]{typeof(System.String)};
|
|
|
method = type.GetMethod("IsNullOrEmpty", flag, null, args, null);
|
|
|
app.RegisterCLRMethodRedirection(method, IsNullOrEmpty_7);
|
|
|
@@ -86,34 +86,6 @@ namespace ILRuntime.Runtime.Generated
|
|
|
}
|
|
|
|
|
|
static StackObject* Format_1(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
- {
|
|
|
- ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
|
|
|
- StackObject* ptr_of_this_method;
|
|
|
- StackObject* __ret = ILIntepreter.Minus(__esp, 4);
|
|
|
-
|
|
|
- ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
|
|
|
- System.Object @arg2 = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
|
|
|
- __intp.Free(ptr_of_this_method);
|
|
|
-
|
|
|
- ptr_of_this_method = ILIntepreter.Minus(__esp, 2);
|
|
|
- System.Object @arg1 = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
|
|
|
- __intp.Free(ptr_of_this_method);
|
|
|
-
|
|
|
- ptr_of_this_method = ILIntepreter.Minus(__esp, 3);
|
|
|
- System.Object @arg0 = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
|
|
|
- __intp.Free(ptr_of_this_method);
|
|
|
-
|
|
|
- ptr_of_this_method = ILIntepreter.Minus(__esp, 4);
|
|
|
- System.String @format = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
|
|
|
- __intp.Free(ptr_of_this_method);
|
|
|
-
|
|
|
-
|
|
|
- var result_of_this_method = System.String.Format(@format, @arg0, @arg1, @arg2);
|
|
|
-
|
|
|
- return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method);
|
|
|
- }
|
|
|
-
|
|
|
- static StackObject* Format_2(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
{
|
|
|
ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
|
|
|
StackObject* ptr_of_this_method;
|
|
|
@@ -137,7 +109,7 @@ namespace ILRuntime.Runtime.Generated
|
|
|
return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method);
|
|
|
}
|
|
|
|
|
|
- static StackObject* Concat_3(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
+ static StackObject* Concat_2(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
{
|
|
|
ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
|
|
|
StackObject* ptr_of_this_method;
|
|
|
@@ -157,7 +129,7 @@ namespace ILRuntime.Runtime.Generated
|
|
|
return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method);
|
|
|
}
|
|
|
|
|
|
- static StackObject* Concat_4(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
+ static StackObject* Concat_3(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
{
|
|
|
ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
|
|
|
StackObject* ptr_of_this_method;
|
|
|
@@ -181,7 +153,7 @@ namespace ILRuntime.Runtime.Generated
|
|
|
return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method);
|
|
|
}
|
|
|
|
|
|
- static StackObject* Format_5(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
+ static StackObject* Format_4(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
{
|
|
|
ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
|
|
|
StackObject* ptr_of_this_method;
|
|
|
@@ -201,7 +173,7 @@ namespace ILRuntime.Runtime.Generated
|
|
|
return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method);
|
|
|
}
|
|
|
|
|
|
- static StackObject* Concat_6(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
+ static StackObject* Concat_5(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
{
|
|
|
ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
|
|
|
StackObject* ptr_of_this_method;
|
|
|
@@ -229,6 +201,34 @@ namespace ILRuntime.Runtime.Generated
|
|
|
return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method);
|
|
|
}
|
|
|
|
|
|
+ static StackObject* Format_6(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
+ {
|
|
|
+ ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
|
|
|
+ StackObject* ptr_of_this_method;
|
|
|
+ StackObject* __ret = ILIntepreter.Minus(__esp, 4);
|
|
|
+
|
|
|
+ ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
|
|
|
+ System.Object @arg2 = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
|
|
|
+ __intp.Free(ptr_of_this_method);
|
|
|
+
|
|
|
+ ptr_of_this_method = ILIntepreter.Minus(__esp, 2);
|
|
|
+ System.Object @arg1 = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
|
|
|
+ __intp.Free(ptr_of_this_method);
|
|
|
+
|
|
|
+ ptr_of_this_method = ILIntepreter.Minus(__esp, 3);
|
|
|
+ System.Object @arg0 = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
|
|
|
+ __intp.Free(ptr_of_this_method);
|
|
|
+
|
|
|
+ ptr_of_this_method = ILIntepreter.Minus(__esp, 4);
|
|
|
+ System.String @format = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack));
|
|
|
+ __intp.Free(ptr_of_this_method);
|
|
|
+
|
|
|
+
|
|
|
+ var result_of_this_method = System.String.Format(@format, @arg0, @arg1, @arg2);
|
|
|
+
|
|
|
+ return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method);
|
|
|
+ }
|
|
|
+
|
|
|
static StackObject* IsNullOrEmpty_7(ILIntepreter __intp, StackObject* __esp, IList<object> __mStack, CLRMethod __method, bool isNewObj)
|
|
|
{
|
|
|
ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
|