diff --git a/Unity/Assets/Model/ILBinding/CLRBindings.cs b/Unity/Assets/Model/ILBinding/CLRBindings.cs index 724d835686693ca4be7b6fa7f723f2f77ec72414..6edae3963f009b70dc05d8d964cf78f66f245405 100644 --- a/Unity/Assets/Model/ILBinding/CLRBindings.cs +++ b/Unity/Assets/Model/ILBinding/CLRBindings.cs @@ -45,6 +45,8 @@ namespace ILRuntime.Runtime.Generated System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueCollection_Binding_Enumerator_Binding.Register(app); System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.Register(app); System_Linq_Enumerable_Binding.Register(app); + System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerator_Binding.Register(app); + System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.Register(app); System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_Enumerator_Binding.Register(app); System_Collections_Generic_List_1_Object_Binding.Register(app); System_Collections_Generic_Dictionary_2_String_List_1_ILTypeInstance_Binding.Register(app); @@ -60,7 +62,6 @@ namespace ILRuntime.Runtime.Generated ETModel_EventAttribute_Binding.Register(app); ETModel_EventProxy_Binding.Register(app); ETModel_EventSystem_Binding.Register(app); - System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding.Register(app); System_Collections_Generic_Queue_1_ILTypeInstance_Binding.Register(app); ETModel_Entity_Binding.Register(app); ETModel_ResourcesComponent_Binding.Register(app); @@ -83,8 +84,8 @@ namespace ILRuntime.Runtime.Generated ETModel_SceneChangeComponent_Binding.Register(app); ETModel_C2G_EnterMap_Binding.Register(app); ETModel_Session_Binding.Register(app); - ETModel_ETTask_1_IResponse_Binding.Register(app); - ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding.Register(app); + System_Threading_Tasks_Task_1_IResponse_Binding.Register(app); + System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.Register(app); ETModel_G2C_EnterMap_Binding.Register(app); ETModel_Player_Binding.Register(app); ETModel_M2C_CreateUnits_Binding.Register(app); diff --git a/Unity/Assets/Model/ILBinding/ETModel_ActionHelper_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ActionHelper_Binding.cs deleted file mode 100644 index 0b9333271489d7869dc927c3aaba8e5718495243..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ActionHelper_Binding.cs +++ /dev/null @@ -1,56 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ActionHelper_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ActionHelper); - args = new Type[]{typeof(UnityEngine.UI.Button.ButtonClickedEvent), typeof(System.Action)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_0); - - - } - - - static StackObject* Add_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Action @action = (System.Action)typeof(System.Action).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.UI.Button.ButtonClickedEvent @buttonClickedEvent = (UnityEngine.UI.Button.ButtonClickedEvent)typeof(UnityEngine.UI.Button.ButtonClickedEvent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - ETModel.ActionHelper.Add(@buttonClickedEvent, @action); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Actor_Test_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Actor_Test_Binding.cs deleted file mode 100644 index fa1a649416a21c550bea8a78974bde22c26c4b8d..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Actor_Test_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Actor_Test_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Actor_Test); - args = new Type[]{}; - method = type.GetMethod("get_Info", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Info_0); - - - } - - - static StackObject* get_Info_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Actor_Test instance_of_this_method = (ETModel.Actor_Test)typeof(ETModel.Actor_Test).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Info; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_AnimatorComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_AnimatorComponent_Binding.cs deleted file mode 100644 index 9365eaec65be920cb1b4c8c8ef7ff336df4c3fdf..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_AnimatorComponent_Binding.cs +++ /dev/null @@ -1,58 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_AnimatorComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.AnimatorComponent); - args = new Type[]{typeof(System.String), typeof(System.Single)}; - method = type.GetMethod("SetFloatValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SetFloatValue_0); - - - } - - - static StackObject* SetFloatValue_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Single @state = *(float*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @name = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ETModel.AnimatorComponent instance_of_this_method = (ETModel.AnimatorComponent)typeof(ETModel.AnimatorComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.SetFloatValue(@name, @state); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_AppTypeHelper_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_AppTypeHelper_Binding.cs deleted file mode 100644 index 1245c1ab1c23130f2183f864d1e3180800066d0a..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_AppTypeHelper_Binding.cs +++ /dev/null @@ -1,58 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_AppTypeHelper_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.AppTypeHelper); - args = new Type[]{typeof(ETModel.AppType), typeof(ETModel.AppType)}; - method = type.GetMethod("Is", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Is_0); - - - } - - - static StackObject* Is_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.AppType @b = (ETModel.AppType)typeof(ETModel.AppType).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.AppType @a = (ETModel.AppType)typeof(ETModel.AppType).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = ETModel.AppTypeHelper.Is(@a, @b); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_AssetBundleHelper_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_AssetBundleHelper_Binding.cs deleted file mode 100644 index 3caec9921e23b369e63c23356bf83c2b02dd43f8..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_AssetBundleHelper_Binding.cs +++ /dev/null @@ -1,52 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_AssetBundleHelper_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.AssetBundleHelper); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("StringToAB", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, StringToAB_0); - - - } - - - static StackObject* StringToAB_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @value = (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 = ETModel.AssetBundleHelper.StringToAB(@value); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_AsyncETVoidMethodBuilder_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_AsyncETVoidMethodBuilder_Binding.cs deleted file mode 100644 index b8a4acb3415a393e6b8eef3db589a2853321ceca..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_AsyncETVoidMethodBuilder_Binding.cs +++ /dev/null @@ -1,716 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_AsyncETVoidMethodBuilder_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.AsyncETVoidMethodBuilder); - args = new Type[]{}; - method = type.GetMethod("Create", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Create_0); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor)}; - if (genericMethods.TryGetValue("Start", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 1) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, Start_1); - - break; - } - } - } - args = new Type[]{}; - method = type.GetMethod("get_Task", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Task_2); - args = new Type[]{typeof(ETModel.ETTask.Awaiter), typeof(ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor)}; - if (genericMethods.TryGetValue("AwaitUnsafeOnCompleted", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 2) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, AwaitUnsafeOnCompleted_3); - - break; - } - } - } - args = new Type[]{typeof(System.Exception)}; - method = type.GetMethod("SetException", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SetException_4); - args = new Type[]{}; - method = type.GetMethod("SetResult", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SetResult_5); - args = new Type[]{typeof(ETModel.ETTask.Awaiter), typeof(ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor)}; - if (genericMethods.TryGetValue("AwaitUnsafeOnCompleted", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 2) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, AwaitUnsafeOnCompleted_6); - - break; - } - } - } - args = new Type[]{typeof(ETModel.ETTask.Awaiter), typeof(ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor)}; - if (genericMethods.TryGetValue("AwaitUnsafeOnCompleted", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 2) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, AwaitUnsafeOnCompleted_7); - - break; - } - } - } - - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.AsyncETVoidMethodBuilder()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.AsyncETVoidMethodBuilder instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.AsyncETVoidMethodBuilder[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* Create_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = ETModel.AsyncETVoidMethodBuilder.Create(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Start_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor @stateMachine = (ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor)typeof(ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.AsyncETVoidMethodBuilder instance_of_this_method = (ETModel.AsyncETVoidMethodBuilder)typeof(ETModel.AsyncETVoidMethodBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - instance_of_this_method.Start(ref @stateMachine); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @stateMachine; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @stateMachine; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @stateMachine); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @stateMachine; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @stateMachine); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @stateMachine; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return __ret; - } - - static StackObject* get_Task_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.AsyncETVoidMethodBuilder instance_of_this_method = (ETModel.AsyncETVoidMethodBuilder)typeof(ETModel.AsyncETVoidMethodBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.Task; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* AwaitUnsafeOnCompleted_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor @stateMachine = (ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor)typeof(ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.ETTask.Awaiter @awaiter = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.AsyncETVoidMethodBuilder instance_of_this_method = (ETModel.AsyncETVoidMethodBuilder)typeof(ETModel.AsyncETVoidMethodBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - instance_of_this_method.AwaitUnsafeOnCompleted.Awaiter, ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor>(ref @awaiter, ref @stateMachine); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @stateMachine; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @stateMachine; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @stateMachine); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @stateMachine; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @stateMachine); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @stateMachine; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @awaiter; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @awaiter; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @awaiter); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @awaiter; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @awaiter); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask.Awaiter[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @awaiter; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return __ret; - } - - static StackObject* SetException_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Exception @exception = (System.Exception)typeof(System.Exception).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.AsyncETVoidMethodBuilder instance_of_this_method = (ETModel.AsyncETVoidMethodBuilder)typeof(ETModel.AsyncETVoidMethodBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - instance_of_this_method.SetException(@exception); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return __ret; - } - - static StackObject* SetResult_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.AsyncETVoidMethodBuilder instance_of_this_method = (ETModel.AsyncETVoidMethodBuilder)typeof(ETModel.AsyncETVoidMethodBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - instance_of_this_method.SetResult(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return __ret; - } - - static StackObject* AwaitUnsafeOnCompleted_6(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor @stateMachine = (ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor)typeof(ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.ETTask.Awaiter @awaiter = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.AsyncETVoidMethodBuilder instance_of_this_method = (ETModel.AsyncETVoidMethodBuilder)typeof(ETModel.AsyncETVoidMethodBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - instance_of_this_method.AwaitUnsafeOnCompleted(ref @awaiter, ref @stateMachine); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @stateMachine; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @stateMachine; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @stateMachine); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @stateMachine; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @stateMachine); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @stateMachine; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @awaiter; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @awaiter; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @awaiter); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @awaiter; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @awaiter); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask.Awaiter[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @awaiter; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return __ret; - } - - static StackObject* AwaitUnsafeOnCompleted_7(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor @stateMachine = (ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor)typeof(ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.ETTask.Awaiter @awaiter = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.AsyncETVoidMethodBuilder instance_of_this_method = (ETModel.AsyncETVoidMethodBuilder)typeof(ETModel.AsyncETVoidMethodBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - instance_of_this_method.AwaitUnsafeOnCompleted.Awaiter, ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor>(ref @awaiter, ref @stateMachine); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @stateMachine; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @stateMachine; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @stateMachine); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @stateMachine; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @stateMachine); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.IAsyncStateMachineClassInheritanceAdaptor.IAsyncStateMachineAdaptor[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @stateMachine; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @awaiter; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @awaiter; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @awaiter); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @awaiter; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @awaiter); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask.Awaiter[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @awaiter; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ByteHelper_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ByteHelper_Binding.cs deleted file mode 100644 index 0052d1034f882e55ded601de45b0ae612b340020..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ByteHelper_Binding.cs +++ /dev/null @@ -1,52 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ByteHelper_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ByteHelper); - args = new Type[]{typeof(System.Byte[])}; - method = type.GetMethod("Utf8ToStr", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Utf8ToStr_0); - - - } - - - static StackObject* Utf8ToStr_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Byte[] @bytes = (System.Byte[])typeof(System.Byte[]).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = ETModel.ByteHelper.Utf8ToStr(@bytes); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_C2G_EnterMap_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_C2G_EnterMap_Binding.cs deleted file mode 100644 index 2f3bfd188a714ded02b29485433fcc3ae12d0c00..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_C2G_EnterMap_Binding.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_C2G_EnterMap_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.C2G_EnterMap); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new ETModel.C2G_EnterMap(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ComponentFactory_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ComponentFactory_Binding.cs deleted file mode 100644 index a7059df5a7d048dbe7cde5706978daa130510ca7..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ComponentFactory_Binding.cs +++ /dev/null @@ -1,78 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ComponentFactory_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ComponentFactory); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(ETModel.Player)}; - if (genericMethods.TryGetValue("CreateWithId", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 2) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, CreateWithId_0); - - break; - } - } - } - - - } - - - static StackObject* CreateWithId_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Boolean @fromPool = ptr_of_this_method->Value == 1; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Int64 @id = *(long*)&ptr_of_this_method->Value; - - - var result_of_this_method = ETModel.ComponentFactory.CreateWithId(@id, @fromPool); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ComponentView_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ComponentView_Binding.cs deleted file mode 100644 index 66ad340f296ba45465a3e4fe1117bfdd7da2ced8..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ComponentView_Binding.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ComponentView_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ComponentView); - args = new Type[]{typeof(System.Object)}; - method = type.GetMethod("set_Component", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_Component_0); - - - } - - - static StackObject* set_Component_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @value = (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); - ETModel.ComponentView instance_of_this_method = (ETModel.ComponentView)typeof(ETModel.ComponentView).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Component = value; - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Component_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Component_Binding.cs deleted file mode 100644 index 796e2972f640c1366d4749667eb6b02c070077e0..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Component_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Component_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Component); - args = new Type[]{}; - method = type.GetMethod("Dispose", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Dispose_0); - - - } - - - static StackObject* Dispose_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Component instance_of_this_method = (ETModel.Component)typeof(ETModel.Component).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Dispose(); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ConfigAttribute_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ConfigAttribute_Binding.cs deleted file mode 100644 index c3c4a98183e0f18b9ee94c1d42bf5f3f2b03c6cb..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ConfigAttribute_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ConfigAttribute_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ConfigAttribute); - args = new Type[]{}; - method = type.GetMethod("get_Type", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Type_0); - - - } - - - static StackObject* get_Type_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.ConfigAttribute instance_of_this_method = (ETModel.ConfigAttribute)typeof(ETModel.ConfigAttribute).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Type; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_DoubleMap_2_UInt16_Type_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_DoubleMap_2_UInt16_Type_Binding.cs deleted file mode 100644 index 0aa25ff999b1794d358ede95007c0fc53211da60..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_DoubleMap_2_UInt16_Type_Binding.cs +++ /dev/null @@ -1,139 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_DoubleMap_2_UInt16_Type_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.DoubleMap); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_0); - args = new Type[]{typeof(System.UInt16), typeof(System.Type)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_1); - args = new Type[]{typeof(System.Type)}; - method = type.GetMethod("GetKeyByValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetKeyByValue_2); - args = new Type[]{typeof(System.UInt16)}; - method = type.GetMethod("GetValueByKey", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetValueByKey_3); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Clear_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.DoubleMap instance_of_this_method = (ETModel.DoubleMap)typeof(ETModel.DoubleMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* Add_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @value = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.UInt16 @key = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ETModel.DoubleMap instance_of_this_method = (ETModel.DoubleMap)typeof(ETModel.DoubleMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - static StackObject* GetKeyByValue_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @value = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.DoubleMap instance_of_this_method = (ETModel.DoubleMap)typeof(ETModel.DoubleMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetKeyByValue(@value); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* GetValueByKey_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.UInt16 @key = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.DoubleMap instance_of_this_method = (ETModel.DoubleMap)typeof(ETModel.DoubleMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetValueByKey(@key); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new ETModel.DoubleMap(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTaskCompletionSource_1_Google_Protobuf_Adapt_IMessage_Binding_Adapt_t.cs b/Unity/Assets/Model/ILBinding/ETModel_ETTaskCompletionSource_1_Google_Protobuf_Adapt_IMessage_Binding_Adapt_t.cs deleted file mode 100644 index f6277e9ea856dad918147a2be79b51c8303710c7..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTaskCompletionSource_1_Google_Protobuf_Adapt_IMessage_Binding_Adapt_t.cs +++ /dev/null @@ -1,108 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ETTaskCompletionSource_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ETTaskCompletionSource); - args = new Type[]{}; - method = type.GetMethod("get_Task", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Task_0); - args = new Type[]{typeof(Google.Protobuf.Adapt_IMessage.Adaptor)}; - method = type.GetMethod("SetResult", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SetResult_1); - args = new Type[]{typeof(System.Exception)}; - method = type.GetMethod("SetException", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SetException_2); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* get_Task_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.ETTaskCompletionSource instance_of_this_method = (ETModel.ETTaskCompletionSource)typeof(ETModel.ETTaskCompletionSource).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Task; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* SetResult_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Adapt_IMessage.Adaptor @result = (Google.Protobuf.Adapt_IMessage.Adaptor)typeof(Google.Protobuf.Adapt_IMessage.Adaptor).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.ETTaskCompletionSource instance_of_this_method = (ETModel.ETTaskCompletionSource)typeof(ETModel.ETTaskCompletionSource).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.SetResult(@result); - - return __ret; - } - - static StackObject* SetException_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Exception @e = (System.Exception)typeof(System.Exception).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.ETTaskCompletionSource instance_of_this_method = (ETModel.ETTaskCompletionSource)typeof(ETModel.ETTaskCompletionSource).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.SetException(@e); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new ETModel.ETTaskCompletionSource(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs deleted file mode 100644 index bec589500e8afa6a3c4129e3105a867519720f1a..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs +++ /dev/null @@ -1,102 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ETTask); - args = new Type[]{}; - method = type.GetMethod("GetAwaiter", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetAwaiter_0); - - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.ETTask()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.ETTask instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* GetAwaiter_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask instance_of_this_method = (ETModel.ETTask)typeof(ETModel.ETTask).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.GetAwaiter(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding.cs deleted file mode 100644 index 72a4c5eb9660cc8e4794e870b1bd67f0465759c1..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding.cs +++ /dev/null @@ -1,102 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ETTask_1_IResponse_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ETTask); - args = new Type[]{}; - method = type.GetMethod("GetAwaiter", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetAwaiter_0); - - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.ETTask()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.ETTask instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* GetAwaiter_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask instance_of_this_method = (ETModel.ETTask)typeof(ETModel.ETTask).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.GetAwaiter(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding.cs deleted file mode 100644 index 6a532f1ef3a67b405fb663e83a5c96140758049f..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding.cs +++ /dev/null @@ -1,131 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ETTask.Awaiter); - args = new Type[]{}; - method = type.GetMethod("get_IsCompleted", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_IsCompleted_0); - args = new Type[]{}; - method = type.GetMethod("GetResult", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetResult_1); - - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.ETTask.Awaiter()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.ETTask.Awaiter instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask.Awaiter[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* get_IsCompleted_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask.Awaiter instance_of_this_method = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.IsCompleted; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* GetResult_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask.Awaiter instance_of_this_method = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.GetResult(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTask_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ETTask_Binding.cs deleted file mode 100644 index cf6dd52f02ca25e63f5aba43d40b41831de83667..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTask_Binding.cs +++ /dev/null @@ -1,102 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ETTask_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ETTask); - args = new Type[]{}; - method = type.GetMethod("GetAwaiter", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetAwaiter_0); - - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.ETTask()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.ETTask instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* GetAwaiter_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask instance_of_this_method = (ETModel.ETTask)typeof(ETModel.ETTask).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.GetAwaiter(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTask_Binding_Awaiter_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ETTask_Binding_Awaiter_Binding.cs deleted file mode 100644 index c4052c5c89c836c8d6d8a3a5fb4ca2c0271388aa..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTask_Binding_Awaiter_Binding.cs +++ /dev/null @@ -1,126 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ETTask_Binding_Awaiter_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ETTask.Awaiter); - args = new Type[]{}; - method = type.GetMethod("get_IsCompleted", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_IsCompleted_0); - args = new Type[]{}; - method = type.GetMethod("GetResult", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetResult_1); - - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.ETTask.Awaiter()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.ETTask.Awaiter instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask.Awaiter[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* get_IsCompleted_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask.Awaiter instance_of_this_method = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.IsCompleted; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* GetResult_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask.Awaiter instance_of_this_method = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - instance_of_this_method.GetResult(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETVoid_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ETVoid_Binding.cs deleted file mode 100644 index 6710aba60add11203a37a235e6475d20e54eb42c..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ETVoid_Binding.cs +++ /dev/null @@ -1,102 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ETVoid_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ETVoid); - args = new Type[]{}; - method = type.GetMethod("Coroutine", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Coroutine_0); - - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.ETVoid()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.ETVoid instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETVoid[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* Coroutine_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETVoid instance_of_this_method = (ETModel.ETVoid)typeof(ETModel.ETVoid).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - instance_of_this_method.Coroutine(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Entity_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Entity_Binding.cs deleted file mode 100644 index 56b22d8c8d16515b12ab2d39d286cd0cf3ba809e..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Entity_Binding.cs +++ /dev/null @@ -1,420 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Entity_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Entity); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(ETModel.ResourcesComponent)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_0); - - break; - } - } - } - args = new Type[]{typeof(ETModel.NetOuterComponent)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_1); - - break; - } - } - } - args = new Type[]{typeof(ETModel.SessionComponent)}; - if (genericMethods.TryGetValue("AddComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, AddComponent_2); - - break; - } - } - } - args = new Type[]{typeof(ETModel.PlayerComponent)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_3); - - break; - } - } - } - args = new Type[]{typeof(ETModel.SceneChangeComponent)}; - if (genericMethods.TryGetValue("AddComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, AddComponent_4); - - break; - } - } - } - args = new Type[]{typeof(ETModel.UnitComponent)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_5); - - break; - } - } - } - args = new Type[]{typeof(ETModel.AnimatorComponent)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_6); - - break; - } - } - } - args = new Type[]{typeof(ETModel.UnitPathComponent)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_7); - - break; - } - } - } - args = new Type[]{typeof(ETModel.MessageDispatcherComponent)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_8); - - break; - } - } - } - args = new Type[]{typeof(ETModel.OpcodeTypeComponent)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_9); - - break; - } - } - } - args = new Type[]{typeof(ETModel.SessionCallbackComponent)}; - if (genericMethods.TryGetValue("AddComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, AddComponent_10); - - break; - } - } - } - - - } - - - static StackObject* GetComponent_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* AddComponent_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.AddComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* AddComponent_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.AddComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_6(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_7(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_8(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_9(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* AddComponent_10(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Entity instance_of_this_method = (ETModel.Entity)typeof(ETModel.Entity).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.AddComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ErrorCode_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ErrorCode_Binding.cs deleted file mode 100644 index 979e26557aead9839f1a7fa1717028f70c317e1c..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ErrorCode_Binding.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ErrorCode_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ErrorCode); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("IsRpcNeedThrowException", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, IsRpcNeedThrowException_0); - - - } - - - static StackObject* IsRpcNeedThrowException_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @error = ptr_of_this_method->Value; - - - var result_of_this_method = ETModel.ErrorCode.IsRpcNeedThrowException(@error); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_EventAttribute_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_EventAttribute_Binding.cs deleted file mode 100644 index 49718d4b3b77bf18155b5ead6889a26ade5b2f4c..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_EventAttribute_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_EventAttribute_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.EventAttribute); - args = new Type[]{}; - method = type.GetMethod("get_Type", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Type_0); - - - } - - - static StackObject* get_Type_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.EventAttribute instance_of_this_method = (ETModel.EventAttribute)typeof(ETModel.EventAttribute).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Type; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_EventProxy_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_EventProxy_Binding.cs deleted file mode 100644 index d38ae37346e1f8876e8b89940f4feb7b5060148e..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_EventProxy_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_EventProxy_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.EventProxy); - - args = new Type[]{typeof(System.Action>)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Action> @action = (System.Action>)typeof(System.Action>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = new ETModel.EventProxy(@action); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_EventSystem_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_EventSystem_Binding.cs deleted file mode 100644 index 982a542d24e93f4fea378bffb1a046224085e45c..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_EventSystem_Binding.cs +++ /dev/null @@ -1,59 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_EventSystem_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.EventSystem); - args = new Type[]{typeof(System.String), typeof(ETModel.IEvent)}; - method = type.GetMethod("RegisterEvent", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, RegisterEvent_0); - - - } - - - static StackObject* RegisterEvent_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.IEvent @e = (ETModel.IEvent)typeof(ETModel.IEvent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @eventId = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ETModel.EventSystem instance_of_this_method = (ETModel.EventSystem)typeof(ETModel.EventSystem).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.RegisterEvent(@eventId, @e); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Frame_ClickMap_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Frame_ClickMap_Binding.cs deleted file mode 100644 index 8379962c535b261df0fa6a1a2ce00f27110c3fa6..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Frame_ClickMap_Binding.cs +++ /dev/null @@ -1,109 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Frame_ClickMap_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Frame_ClickMap); - args = new Type[]{typeof(System.Single)}; - method = type.GetMethod("set_X", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_X_0); - args = new Type[]{typeof(System.Single)}; - method = type.GetMethod("set_Y", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_Y_1); - args = new Type[]{typeof(System.Single)}; - method = type.GetMethod("set_Z", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_Z_2); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* set_X_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Single @value = *(float*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.Frame_ClickMap instance_of_this_method = (ETModel.Frame_ClickMap)typeof(ETModel.Frame_ClickMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.X = value; - - return __ret; - } - - static StackObject* set_Y_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Single @value = *(float*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.Frame_ClickMap instance_of_this_method = (ETModel.Frame_ClickMap)typeof(ETModel.Frame_ClickMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Y = value; - - return __ret; - } - - static StackObject* set_Z_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Single @value = *(float*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.Frame_ClickMap instance_of_this_method = (ETModel.Frame_ClickMap)typeof(ETModel.Frame_ClickMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Z = value; - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new ETModel.Frame_ClickMap(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_G2C_EnterMap_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_G2C_EnterMap_Binding.cs deleted file mode 100644 index 17a609e2678f153e6428fd1b9edba40c8cdf480b..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_G2C_EnterMap_Binding.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_G2C_EnterMap_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.G2C_EnterMap); - args = new Type[]{}; - method = type.GetMethod("get_UnitId", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_UnitId_0); - - - } - - - static StackObject* get_UnitId_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.G2C_EnterMap instance_of_this_method = (ETModel.G2C_EnterMap)typeof(ETModel.G2C_EnterMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.UnitId; - - __ret->ObjectType = ObjectTypes.Long; - *(long*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_GameObjectHelper_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_GameObjectHelper_Binding.cs deleted file mode 100644 index 518e6470a74fd857e5b6578a7b02eb75939b452f..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_GameObjectHelper_Binding.cs +++ /dev/null @@ -1,85 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_GameObjectHelper_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - MethodBase method; - Type[] args; - Type type = typeof(ETModel.GameObjectHelper); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(UnityEngine.TextAsset)}; - if (genericMethods.TryGetValue("Get", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 2) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, Get_0); - - break; - } - } - } - - - } - - - static StackObject* Get_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.GameObject @gameObject = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = ETModel.GameObjectHelper.Get(@gameObject, @key); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Game_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Game_Binding.cs deleted file mode 100644 index 5f5576f637f14c2008e754ca7148a868b4e6cb8b..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Game_Binding.cs +++ /dev/null @@ -1,75 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Game_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Game); - args = new Type[]{}; - method = type.GetMethod("get_Hotfix", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Hotfix_0); - args = new Type[]{}; - method = type.GetMethod("get_EventSystem", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_EventSystem_1); - args = new Type[]{}; - method = type.GetMethod("get_Scene", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Scene_2); - - - } - - - static StackObject* get_Hotfix_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = ETModel.Game.Hotfix; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_EventSystem_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = ETModel.Game.EventSystem; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_Scene_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = ETModel.Game.Scene; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_GizmosDebug_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_GizmosDebug_Binding.cs deleted file mode 100644 index a117bfb8ace46a9b78e9d6415303b46855f8718d..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_GizmosDebug_Binding.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_GizmosDebug_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - FieldInfo field; - Type[] args; - Type type = typeof(ETModel.GizmosDebug); - args = new Type[]{}; - method = type.GetMethod("get_Instance", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Instance_0); - - field = type.GetField("Path", flag); - app.RegisterCLRFieldGetter(field, get_Path_0); - app.RegisterCLRFieldSetter(field, set_Path_0); - - - } - - - static StackObject* get_Instance_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = ETModel.GizmosDebug.Instance; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static object get_Path_0(ref object o) - { - return ((ETModel.GizmosDebug)o).Path; - } - static void set_Path_0(ref object o, object v) - { - ((ETModel.GizmosDebug)o).Path = (System.Collections.Generic.List)v; - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_GlobalConfigComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_GlobalConfigComponent_Binding.cs deleted file mode 100644 index a39dd4236c66b40eeee8b216a562129d34b57f01..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_GlobalConfigComponent_Binding.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_GlobalConfigComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - FieldInfo field; - Type[] args; - Type type = typeof(ETModel.GlobalConfigComponent); - - field = type.GetField("Instance", flag); - app.RegisterCLRFieldGetter(field, get_Instance_0); - app.RegisterCLRFieldSetter(field, set_Instance_0); - field = type.GetField("GlobalProto", flag); - app.RegisterCLRFieldGetter(field, get_GlobalProto_1); - app.RegisterCLRFieldSetter(field, set_GlobalProto_1); - - - } - - - - static object get_Instance_0(ref object o) - { - return ETModel.GlobalConfigComponent.Instance; - } - static void set_Instance_0(ref object o, object v) - { - ETModel.GlobalConfigComponent.Instance = (ETModel.GlobalConfigComponent)v; - } - static object get_GlobalProto_1(ref object o) - { - return ((ETModel.GlobalConfigComponent)o).GlobalProto; - } - static void set_GlobalProto_1(ref object o, object v) - { - ((ETModel.GlobalConfigComponent)o).GlobalProto = (ETModel.GlobalProto)v; - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_GlobalProto_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_GlobalProto_Binding.cs deleted file mode 100644 index 65978b6ab1ef2b7a30d3b5e7152d8961cd19e825..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_GlobalProto_Binding.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_GlobalProto_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - FieldInfo field; - Type[] args; - Type type = typeof(ETModel.GlobalProto); - - field = type.GetField("Address", flag); - app.RegisterCLRFieldGetter(field, get_Address_0); - app.RegisterCLRFieldSetter(field, set_Address_0); - - - } - - - - static object get_Address_0(ref object o) - { - return ((ETModel.GlobalProto)o).Address; - } - static void set_Address_0(ref object o, object v) - { - ((ETModel.GlobalProto)o).Address = (System.String)v; - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Hotfix_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Hotfix_Binding.cs deleted file mode 100644 index 6db1d169b25407d6289327df01e4c147c38d42c7..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Hotfix_Binding.cs +++ /dev/null @@ -1,92 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Hotfix_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - FieldInfo field; - Type[] args; - Type type = typeof(ETModel.Hotfix); - args = new Type[]{}; - method = type.GetMethod("GetHotfixTypes", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetHotfixTypes_0); - - field = type.GetField("Update", flag); - app.RegisterCLRFieldGetter(field, get_Update_0); - app.RegisterCLRFieldSetter(field, set_Update_0); - field = type.GetField("LateUpdate", flag); - app.RegisterCLRFieldGetter(field, get_LateUpdate_1); - app.RegisterCLRFieldSetter(field, set_LateUpdate_1); - field = type.GetField("OnApplicationQuit", flag); - app.RegisterCLRFieldGetter(field, get_OnApplicationQuit_2); - app.RegisterCLRFieldSetter(field, set_OnApplicationQuit_2); - - - } - - - static StackObject* GetHotfixTypes_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Hotfix instance_of_this_method = (ETModel.Hotfix)typeof(ETModel.Hotfix).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetHotfixTypes(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static object get_Update_0(ref object o) - { - return ((ETModel.Hotfix)o).Update; - } - static void set_Update_0(ref object o, object v) - { - ((ETModel.Hotfix)o).Update = (System.Action)v; - } - static object get_LateUpdate_1(ref object o) - { - return ((ETModel.Hotfix)o).LateUpdate; - } - static void set_LateUpdate_1(ref object o, object v) - { - ((ETModel.Hotfix)o).LateUpdate = (System.Action)v; - } - static object get_OnApplicationQuit_2(ref object o) - { - return ((ETModel.Hotfix)o).OnApplicationQuit; - } - static void set_OnApplicationQuit_2(ref object o, object v) - { - ((ETModel.Hotfix)o).OnApplicationQuit = (System.Action)v; - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_IMessagePacker_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_IMessagePacker_Binding.cs deleted file mode 100644 index 4b4898110383afed486ae24ba2642b5b49e4703e..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_IMessagePacker_Binding.cs +++ /dev/null @@ -1,64 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_IMessagePacker_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.IMessagePacker); - args = new Type[]{typeof(System.Object), typeof(System.IO.MemoryStream)}; - method = type.GetMethod("DeserializeFrom", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, DeserializeFrom_0); - - - } - - - static StackObject* DeserializeFrom_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.IO.MemoryStream @stream = (System.IO.MemoryStream)typeof(System.IO.MemoryStream).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 @instance = (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); - ETModel.IMessagePacker instance_of_this_method = (ETModel.IMessagePacker)typeof(ETModel.IMessagePacker).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.DeserializeFrom(@instance, @stream); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_IdGenerater_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_IdGenerater_Binding.cs deleted file mode 100644 index 7beb212c9411b2c9158c39c68fb0a1c927e0c648..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_IdGenerater_Binding.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_IdGenerater_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.IdGenerater); - args = new Type[]{}; - method = type.GetMethod("GenerateId", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GenerateId_0); - - - } - - - static StackObject* GenerateId_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = ETModel.IdGenerater.GenerateId(); - - __ret->ObjectType = ObjectTypes.Long; - *(long*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_LayerNames_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_LayerNames_Binding.cs deleted file mode 100644 index 689b1d16f8a142794473cb36b4fc1f2e032f02e7..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_LayerNames_Binding.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_LayerNames_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.LayerNames); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("GetLayerInt", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetLayerInt_0); - - - } - - - static StackObject* GetLayerInt_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @name = (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 = ETModel.LayerNames.GetLayerInt(@name); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Log_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Log_Binding.cs deleted file mode 100644 index dc9961800a4fe69a60f9c8d1251c779b66926793..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Log_Binding.cs +++ /dev/null @@ -1,109 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Log_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Log); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Warning", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Warning_0); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Info", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Info_1); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Error", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Error_2); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Debug", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Debug_3); - - - } - - - static StackObject* Warning_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @msg = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - ETModel.Log.Warning(@msg); - - return __ret; - } - - static StackObject* Info_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @msg = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - ETModel.Log.Info(@msg); - - return __ret; - } - - static StackObject* Error_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @msg = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - ETModel.Log.Error(@msg); - - return __ret; - } - - static StackObject* Debug_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @msg = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - ETModel.Log.Debug(@msg); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_M2C_CreateUnits_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_M2C_CreateUnits_Binding.cs deleted file mode 100644 index c5030cfd6edfb077af30a4e523361dc0a14000a8..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_M2C_CreateUnits_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_M2C_CreateUnits_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.M2C_CreateUnits); - args = new Type[]{}; - method = type.GetMethod("get_Units", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Units_0); - - - } - - - static StackObject* get_Units_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_CreateUnits instance_of_this_method = (ETModel.M2C_CreateUnits)typeof(ETModel.M2C_CreateUnits).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Units; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_M2C_PathfindingResult_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_M2C_PathfindingResult_Binding.cs deleted file mode 100644 index d3835c3973c6fe7b59b217c4df116ca75e075152..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_M2C_PathfindingResult_Binding.cs +++ /dev/null @@ -1,167 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_M2C_PathfindingResult_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.M2C_PathfindingResult); - args = new Type[]{}; - method = type.GetMethod("get_Id", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Id_0); - args = new Type[]{}; - method = type.GetMethod("get_X", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_X_1); - args = new Type[]{}; - method = type.GetMethod("get_Y", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Y_2); - args = new Type[]{}; - method = type.GetMethod("get_Z", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Z_3); - args = new Type[]{}; - method = type.GetMethod("get_Xs", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Xs_4); - args = new Type[]{}; - method = type.GetMethod("get_Ys", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Ys_5); - args = new Type[]{}; - method = type.GetMethod("get_Zs", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Zs_6); - - - } - - - static StackObject* get_Id_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_PathfindingResult instance_of_this_method = (ETModel.M2C_PathfindingResult)typeof(ETModel.M2C_PathfindingResult).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Id; - - __ret->ObjectType = ObjectTypes.Long; - *(long*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_X_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_PathfindingResult instance_of_this_method = (ETModel.M2C_PathfindingResult)typeof(ETModel.M2C_PathfindingResult).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.X; - - __ret->ObjectType = ObjectTypes.Float; - *(float*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Y_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_PathfindingResult instance_of_this_method = (ETModel.M2C_PathfindingResult)typeof(ETModel.M2C_PathfindingResult).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Y; - - __ret->ObjectType = ObjectTypes.Float; - *(float*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Z_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_PathfindingResult instance_of_this_method = (ETModel.M2C_PathfindingResult)typeof(ETModel.M2C_PathfindingResult).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Z; - - __ret->ObjectType = ObjectTypes.Float; - *(float*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Xs_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_PathfindingResult instance_of_this_method = (ETModel.M2C_PathfindingResult)typeof(ETModel.M2C_PathfindingResult).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Xs; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_Ys_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_PathfindingResult instance_of_this_method = (ETModel.M2C_PathfindingResult)typeof(ETModel.M2C_PathfindingResult).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Ys; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_Zs_6(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_PathfindingResult instance_of_this_method = (ETModel.M2C_PathfindingResult)typeof(ETModel.M2C_PathfindingResult).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Zs; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_MessageDispatcherComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_MessageDispatcherComponent_Binding.cs deleted file mode 100644 index 49799d8f3a440483e1aacb397bd8f137c831a6e6..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_MessageDispatcherComponent_Binding.cs +++ /dev/null @@ -1,58 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_MessageDispatcherComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.MessageDispatcherComponent); - args = new Type[]{typeof(System.UInt16), typeof(ETModel.IMHandler)}; - method = type.GetMethod("RegisterHandler", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, RegisterHandler_0); - - - } - - - static StackObject* RegisterHandler_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.IMHandler @handler = (ETModel.IMHandler)typeof(ETModel.IMHandler).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.UInt16 @opcode = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ETModel.MessageDispatcherComponent instance_of_this_method = (ETModel.MessageDispatcherComponent)typeof(ETModel.MessageDispatcherComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.RegisterHandler(@opcode, @handler); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_MessageInfo_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_MessageInfo_Binding.cs deleted file mode 100644 index 391735f2181dfa91e8936828bf4e620de91ffdd0..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_MessageInfo_Binding.cs +++ /dev/null @@ -1,159 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_MessageInfo_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.MessageInfo); - args = new Type[]{}; - method = type.GetMethod("get_Opcode", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Opcode_0); - args = new Type[]{}; - method = type.GetMethod("get_Message", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Message_1); - - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.MessageInfo()); - - args = new Type[]{typeof(System.UInt16), typeof(System.Object)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.MessageInfo instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.MessageInfo[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* get_Opcode_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.MessageInfo instance_of_this_method = (ETModel.MessageInfo)typeof(ETModel.MessageInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.Opcode; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Message_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.MessageInfo instance_of_this_method = (ETModel.MessageInfo)typeof(ETModel.MessageInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.Message; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @message = (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.UInt16 @opcode = (ushort)ptr_of_this_method->Value; - - - var result_of_this_method = new ETModel.MessageInfo(@opcode, @message); - - if(!isNewObj) - { - __ret--; - WriteBackInstance(__domain, __ret, __mStack, ref result_of_this_method); - return __ret; - } - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_MessageProxy_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_MessageProxy_Binding.cs deleted file mode 100644 index 33ad887e9d02f5875a4c58c622bc5f80741e8cbe..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_MessageProxy_Binding.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_MessageProxy_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.MessageProxy); - - args = new Type[]{typeof(System.Type), typeof(System.Action)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Action @action = (System.Action)typeof(System.Action).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @type = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = new ETModel.MessageProxy(@type, @action); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_MongoHelper_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_MongoHelper_Binding.cs deleted file mode 100644 index da33bf9126714b1475c0d3be66322db50fc17fa9..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_MongoHelper_Binding.cs +++ /dev/null @@ -1,52 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_MongoHelper_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.MongoHelper); - args = new Type[]{typeof(System.Object)}; - method = type.GetMethod("ToJson", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ToJson_0); - - - } - - - static StackObject* ToJson_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @obj = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = ETModel.MongoHelper.ToJson(@obj); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_NetworkComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_NetworkComponent_Binding.cs deleted file mode 100644 index 349a11a203da1191cad8f30b551946557d978c4c..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_NetworkComponent_Binding.cs +++ /dev/null @@ -1,78 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_NetworkComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.NetworkComponent); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Create", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Create_0); - args = new Type[]{}; - method = type.GetMethod("get_MessagePacker", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_MessagePacker_1); - - - } - - - static StackObject* Create_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @address = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.NetworkComponent instance_of_this_method = (ETModel.NetworkComponent)typeof(ETModel.NetworkComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Create(@address); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_MessagePacker_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.NetworkComponent instance_of_this_method = (ETModel.NetworkComponent)typeof(ETModel.NetworkComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.MessagePacker; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_OpcodeHelper_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_OpcodeHelper_Binding.cs deleted file mode 100644 index c5b2ebed0ec5fd6a0d266520c41cf717bc5a161c..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_OpcodeHelper_Binding.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_OpcodeHelper_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.OpcodeHelper); - args = new Type[]{typeof(System.UInt16)}; - method = type.GetMethod("IsNeedDebugLogMessage", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, IsNeedDebugLogMessage_0); - - - } - - - static StackObject* IsNeedDebugLogMessage_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.UInt16 @opcode = (ushort)ptr_of_this_method->Value; - - - var result_of_this_method = ETModel.OpcodeHelper.IsNeedDebugLogMessage(@opcode); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_OpcodeTypeComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_OpcodeTypeComponent_Binding.cs deleted file mode 100644 index 16f618f91c789102a100c66c510780766cd763f9..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_OpcodeTypeComponent_Binding.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_OpcodeTypeComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.OpcodeTypeComponent); - args = new Type[]{typeof(System.Type)}; - method = type.GetMethod("GetOpcode", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetOpcode_0); - - - } - - - static StackObject* GetOpcode_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @type = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.OpcodeTypeComponent instance_of_this_method = (ETModel.OpcodeTypeComponent)typeof(ETModel.OpcodeTypeComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetOpcode(@type); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_PlayerComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_PlayerComponent_Binding.cs deleted file mode 100644 index ba104a1ef62d656cef63a9d1e303b44a927dbbad..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_PlayerComponent_Binding.cs +++ /dev/null @@ -1,92 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_PlayerComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.PlayerComponent); - args = new Type[]{typeof(ETModel.Player)}; - method = type.GetMethod("set_MyPlayer", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_MyPlayer_0); - args = new Type[]{}; - method = type.GetMethod("get_Instance", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Instance_1); - args = new Type[]{}; - method = type.GetMethod("get_MyPlayer", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_MyPlayer_2); - - - } - - - static StackObject* set_MyPlayer_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Player @value = (ETModel.Player)typeof(ETModel.Player).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.PlayerComponent instance_of_this_method = (ETModel.PlayerComponent)typeof(ETModel.PlayerComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.MyPlayer = value; - - return __ret; - } - - static StackObject* get_Instance_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = ETModel.PlayerComponent.Instance; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_MyPlayer_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.PlayerComponent instance_of_this_method = (ETModel.PlayerComponent)typeof(ETModel.PlayerComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.MyPlayer; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Player_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Player_Binding.cs deleted file mode 100644 index fe696594eb85958b49452916e43ee3b23121f7ef..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Player_Binding.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Player_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Player); - args = new Type[]{typeof(System.Int64)}; - method = type.GetMethod("set_UnitId", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_UnitId_0); - - - } - - - static StackObject* set_UnitId_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int64 @value = *(long*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.Player instance_of_this_method = (ETModel.Player)typeof(ETModel.Player).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.UnitId = value; - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ResourcesComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_ResourcesComponent_Binding.cs deleted file mode 100644 index d748b59145847ae6c80f74a0ca00fb6c5e3c3fe7..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_ResourcesComponent_Binding.cs +++ /dev/null @@ -1,130 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_ResourcesComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.ResourcesComponent); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("LoadBundle", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, LoadBundle_0); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("UnloadBundle", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, UnloadBundle_1); - args = new Type[]{typeof(System.String), typeof(System.String)}; - method = type.GetMethod("GetAsset", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetAsset_2); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("LoadBundleAsync", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, LoadBundleAsync_3); - - - } - - - static StackObject* LoadBundle_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @assetBundleName = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.ResourcesComponent instance_of_this_method = (ETModel.ResourcesComponent)typeof(ETModel.ResourcesComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.LoadBundle(@assetBundleName); - - return __ret; - } - - static StackObject* UnloadBundle_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @assetBundleName = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.ResourcesComponent instance_of_this_method = (ETModel.ResourcesComponent)typeof(ETModel.ResourcesComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.UnloadBundle(@assetBundleName); - - return __ret; - } - - static StackObject* GetAsset_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @prefab = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @bundleName = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ETModel.ResourcesComponent instance_of_this_method = (ETModel.ResourcesComponent)typeof(ETModel.ResourcesComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetAsset(@bundleName, @prefab); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* LoadBundleAsync_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @assetBundleName = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.ResourcesComponent instance_of_this_method = (ETModel.ResourcesComponent)typeof(ETModel.ResourcesComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.LoadBundleAsync(@assetBundleName); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_RpcException_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_RpcException_Binding.cs deleted file mode 100644 index f4533d78b7211dd1ee857a3ae39d74899a0069b8..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_RpcException_Binding.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_RpcException_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.RpcException); - - args = new Type[]{typeof(System.Int32), typeof(System.String)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @message = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Int32 @error = ptr_of_this_method->Value; - - - var result_of_this_method = new ETModel.RpcException(@error, @message); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_SceneChangeComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_SceneChangeComponent_Binding.cs deleted file mode 100644 index c9a7e9fb2d4fd5b9dab639cda076d40e840e4399..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_SceneChangeComponent_Binding.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_SceneChangeComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.SceneChangeComponent); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("ChangeSceneAsync", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ChangeSceneAsync_0); - - - } - - - static StackObject* ChangeSceneAsync_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @sceneName = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.SceneChangeComponent instance_of_this_method = (ETModel.SceneChangeComponent)typeof(ETModel.SceneChangeComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ChangeSceneAsync(@sceneName); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_SessionCallbackComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_SessionCallbackComponent_Binding.cs deleted file mode 100644 index e444417c2500d1378426596c97502e00f6d6b575..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_SessionCallbackComponent_Binding.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_SessionCallbackComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - FieldInfo field; - Type[] args; - Type type = typeof(ETModel.SessionCallbackComponent); - - field = type.GetField("MessageCallback", flag); - app.RegisterCLRFieldGetter(field, get_MessageCallback_0); - app.RegisterCLRFieldSetter(field, set_MessageCallback_0); - field = type.GetField("DisposeCallback", flag); - app.RegisterCLRFieldGetter(field, get_DisposeCallback_1); - app.RegisterCLRFieldSetter(field, set_DisposeCallback_1); - - - } - - - - static object get_MessageCallback_0(ref object o) - { - return ((ETModel.SessionCallbackComponent)o).MessageCallback; - } - static void set_MessageCallback_0(ref object o, object v) - { - ((ETModel.SessionCallbackComponent)o).MessageCallback = (System.Action)v; - } - static object get_DisposeCallback_1(ref object o) - { - return ((ETModel.SessionCallbackComponent)o).DisposeCallback; - } - static void set_DisposeCallback_1(ref object o, object v) - { - ((ETModel.SessionCallbackComponent)o).DisposeCallback = (System.Action)v; - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_SessionComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_SessionComponent_Binding.cs deleted file mode 100644 index 8aa8a4abbc01d602dbb1b22141b0096a03bb84a5..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_SessionComponent_Binding.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_SessionComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - FieldInfo field; - Type[] args; - Type type = typeof(ETModel.SessionComponent); - - field = type.GetField("Session", flag); - app.RegisterCLRFieldGetter(field, get_Session_0); - app.RegisterCLRFieldSetter(field, set_Session_0); - field = type.GetField("Instance", flag); - app.RegisterCLRFieldGetter(field, get_Instance_1); - app.RegisterCLRFieldSetter(field, set_Instance_1); - - - } - - - - static object get_Session_0(ref object o) - { - return ((ETModel.SessionComponent)o).Session; - } - static void set_Session_0(ref object o, object v) - { - ((ETModel.SessionComponent)o).Session = (ETModel.Session)v; - } - static object get_Instance_1(ref object o) - { - return ETModel.SessionComponent.Instance; - } - static void set_Instance_1(ref object o, object v) - { - ETModel.SessionComponent.Instance = (ETModel.SessionComponent)v; - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Session_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Session_Binding.cs deleted file mode 100644 index 91de4fd7cbb669380bafe84e128f709ef3b2cc0f..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Session_Binding.cs +++ /dev/null @@ -1,148 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Session_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Session); - args = new Type[]{typeof(ETModel.IRequest)}; - method = type.GetMethod("Call", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Call_0); - args = new Type[]{typeof(ETModel.IMessage)}; - method = type.GetMethod("Send", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Send_1); - args = new Type[]{}; - method = type.GetMethod("get_Error", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Error_2); - args = new Type[]{}; - method = type.GetMethod("get_Network", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Network_3); - args = new Type[]{typeof(System.Byte), typeof(System.UInt16), typeof(System.Object)}; - method = type.GetMethod("Send", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Send_4); - - - } - - - static StackObject* Call_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.IRequest @request = (ETModel.IRequest)typeof(ETModel.IRequest).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.Session instance_of_this_method = (ETModel.Session)typeof(ETModel.Session).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Call(@request); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Send_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.IMessage @message = (ETModel.IMessage)typeof(ETModel.IMessage).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.Session instance_of_this_method = (ETModel.Session)typeof(ETModel.Session).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Send(@message); - - return __ret; - } - - static StackObject* get_Error_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Session instance_of_this_method = (ETModel.Session)typeof(ETModel.Session).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Error; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Network_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.Session instance_of_this_method = (ETModel.Session)typeof(ETModel.Session).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Network; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Send_4(ILIntepreter __intp, StackObject* __esp, IList __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 @message = (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.UInt16 @opcode = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Byte @flag = (byte)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 4); - ETModel.Session instance_of_this_method = (ETModel.Session)typeof(ETModel.Session).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Send(@flag, @opcode, @message); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs deleted file mode 100644 index 7610a626599b08c6884f2b6e058ee0ef6c056ead..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,123 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.UnOrderMultiMap); - args = new Type[]{typeof(System.Type)}; - method = type.GetMethod("ContainsKey", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ContainsKey_0); - args = new Type[]{typeof(System.Type)}; - method = type.GetMethod("get_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Item_1); - args = new Type[]{typeof(System.Type), typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_2); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* ContainsKey_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @t = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.UnOrderMultiMap instance_of_this_method = (ETModel.UnOrderMultiMap)typeof(ETModel.UnOrderMultiMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ContainsKey(@t); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* get_Item_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @t = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.UnOrderMultiMap instance_of_this_method = (ETModel.UnOrderMultiMap)typeof(ETModel.UnOrderMultiMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method[t]; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Add_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @k = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @t = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - ETModel.UnOrderMultiMap instance_of_this_method = (ETModel.UnOrderMultiMap)typeof(ETModel.UnOrderMultiMap).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@t, @k); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new ETModel.UnOrderMultiMap(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_UnitComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_UnitComponent_Binding.cs deleted file mode 100644 index 3a34f819041885beaac786f42868ee7915b3f006..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_UnitComponent_Binding.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_UnitComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.UnitComponent); - args = new Type[]{typeof(System.Int64)}; - method = type.GetMethod("Get", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Get_0); - - - } - - - static StackObject* Get_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int64 @id = *(long*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.UnitComponent instance_of_this_method = (ETModel.UnitComponent)typeof(ETModel.UnitComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Get(@id); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_UnitFactory_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_UnitFactory_Binding.cs deleted file mode 100644 index e1107b762c23be046d4ff39de5d5e5730d05bb5e..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_UnitFactory_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_UnitFactory_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.UnitFactory); - args = new Type[]{typeof(System.Int64)}; - method = type.GetMethod("Create", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Create_0); - - - } - - - static StackObject* Create_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int64 @id = *(long*)&ptr_of_this_method->Value; - - - var result_of_this_method = ETModel.UnitFactory.Create(@id); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_UnitInfo_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_UnitInfo_Binding.cs deleted file mode 100644 index ee59634039b44532360cd47d891a217b3e4a93bf..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_UnitInfo_Binding.cs +++ /dev/null @@ -1,113 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_UnitInfo_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.UnitInfo); - args = new Type[]{}; - method = type.GetMethod("get_UnitId", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_UnitId_0); - args = new Type[]{}; - method = type.GetMethod("get_X", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_X_1); - args = new Type[]{}; - method = type.GetMethod("get_Y", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Y_2); - args = new Type[]{}; - method = type.GetMethod("get_Z", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Z_3); - - - } - - - static StackObject* get_UnitId_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.UnitInfo instance_of_this_method = (ETModel.UnitInfo)typeof(ETModel.UnitInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.UnitId; - - __ret->ObjectType = ObjectTypes.Long; - *(long*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_X_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.UnitInfo instance_of_this_method = (ETModel.UnitInfo)typeof(ETModel.UnitInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.X; - - __ret->ObjectType = ObjectTypes.Float; - *(float*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Y_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.UnitInfo instance_of_this_method = (ETModel.UnitInfo)typeof(ETModel.UnitInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Y; - - __ret->ObjectType = ObjectTypes.Float; - *(float*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Z_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.UnitInfo instance_of_this_method = (ETModel.UnitInfo)typeof(ETModel.UnitInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Z; - - __ret->ObjectType = ObjectTypes.Float; - *(float*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_UnitPathComponent_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_UnitPathComponent_Binding.cs deleted file mode 100644 index 48fbcc18c90187f754a5dcd106658c8c77c88a38..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_UnitPathComponent_Binding.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_UnitPathComponent_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.UnitPathComponent); - args = new Type[]{typeof(ETModel.M2C_PathfindingResult)}; - method = type.GetMethod("StartMove", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, StartMove_0); - - - } - - - static StackObject* StartMove_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.M2C_PathfindingResult @message = (ETModel.M2C_PathfindingResult)typeof(ETModel.M2C_PathfindingResult).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.UnitPathComponent instance_of_this_method = (ETModel.UnitPathComponent)typeof(ETModel.UnitPathComponent).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.StartMove(@message); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_Unit_Binding.cs b/Unity/Assets/Model/ILBinding/ETModel_Unit_Binding.cs deleted file mode 100644 index 8f308229b9e8e7e7c9352a59512e67bef4d256a4..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ETModel_Unit_Binding.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ETModel_Unit_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(ETModel.Unit); - args = new Type[]{typeof(UnityEngine.Vector3)}; - method = type.GetMethod("set_Position", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_Position_0); - - - } - - - static StackObject* set_Position_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Vector3 @value = (UnityEngine.Vector3)typeof(UnityEngine.Vector3).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ETModel.Unit instance_of_this_method = (ETModel.Unit)typeof(ETModel.Unit).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Position = value; - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_ByteString_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_ByteString_Binding.cs deleted file mode 100644 index 02c5300f57264b3636bda12aab2b1a41fe116a22..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_ByteString_Binding.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_ByteString_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - FieldInfo field; - Type[] args; - Type type = typeof(Google.Protobuf.ByteString); - - field = type.GetField("bytes", flag); - app.RegisterCLRFieldGetter(field, get_bytes_0); - app.RegisterCLRFieldSetter(field, set_bytes_0); - - - } - - - - static object get_bytes_0(ref object o) - { - return ((Google.Protobuf.ByteString)o).bytes; - } - static void set_bytes_0(ref object o, object v) - { - ((Google.Protobuf.ByteString)o).bytes = (System.Byte[])v; - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_CodedInputStream_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_CodedInputStream_Binding.cs deleted file mode 100644 index 5803eb2d41a85aadcd34c5291a0e0ee3f78fdfd4..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_CodedInputStream_Binding.cs +++ /dev/null @@ -1,151 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_CodedInputStream_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.CodedInputStream); - args = new Type[]{}; - method = type.GetMethod("SkipLastField", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SkipLastField_0); - args = new Type[]{}; - method = type.GetMethod("ReadString", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ReadString_1); - args = new Type[]{}; - method = type.GetMethod("ReadInt32", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ReadInt32_2); - args = new Type[]{}; - method = type.GetMethod("ReadTag", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ReadTag_3); - args = new Type[]{}; - method = type.GetMethod("ReadInt64", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ReadInt64_4); - args = new Type[]{typeof(Google.Protobuf.IMessage)}; - method = type.GetMethod("ReadMessage", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ReadMessage_5); - - - } - - - static StackObject* SkipLastField_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.CodedInputStream instance_of_this_method = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.SkipLastField(); - - return __ret; - } - - static StackObject* ReadString_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.CodedInputStream instance_of_this_method = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ReadString(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* ReadInt32_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.CodedInputStream instance_of_this_method = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ReadInt32(); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* ReadTag_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.CodedInputStream instance_of_this_method = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ReadTag(); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = (int)result_of_this_method; - return __ret + 1; - } - - static StackObject* ReadInt64_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.CodedInputStream instance_of_this_method = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ReadInt64(); - - __ret->ObjectType = ObjectTypes.Long; - *(long*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* ReadMessage_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.IMessage @builder = (Google.Protobuf.IMessage)typeof(Google.Protobuf.IMessage).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedInputStream instance_of_this_method = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.ReadMessage(@builder); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_CodedOutputStream_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_CodedOutputStream_Binding.cs deleted file mode 100644 index 671432d827ca63009056b48557dc1958ec90ec4b..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_CodedOutputStream_Binding.cs +++ /dev/null @@ -1,246 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_CodedOutputStream_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.CodedOutputStream); - args = new Type[]{typeof(System.Byte)}; - method = type.GetMethod("WriteRawTag", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteRawTag_0); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("WriteString", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteString_1); - args = new Type[]{typeof(System.Byte), typeof(System.Byte)}; - method = type.GetMethod("WriteRawTag", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteRawTag_2); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("WriteInt32", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteInt32_3); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("ComputeInt32Size", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ComputeInt32Size_4); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("ComputeStringSize", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ComputeStringSize_5); - args = new Type[]{typeof(System.Int64)}; - method = type.GetMethod("WriteInt64", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteInt64_6); - args = new Type[]{typeof(System.Int64)}; - method = type.GetMethod("ComputeInt64Size", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ComputeInt64Size_7); - args = new Type[]{typeof(Google.Protobuf.IMessage)}; - method = type.GetMethod("WriteMessage", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteMessage_8); - args = new Type[]{typeof(Google.Protobuf.IMessage)}; - method = type.GetMethod("ComputeMessageSize", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ComputeMessageSize_9); - - - } - - - static StackObject* WriteRawTag_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Byte @b1 = (byte)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream instance_of_this_method = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteRawTag(@b1); - - return __ret; - } - - static StackObject* WriteString_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @value = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream instance_of_this_method = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteString(@value); - - return __ret; - } - - static StackObject* WriteRawTag_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Byte @b2 = (byte)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Byte @b1 = (byte)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.CodedOutputStream instance_of_this_method = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteRawTag(@b1, @b2); - - return __ret; - } - - static StackObject* WriteInt32_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @value = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream instance_of_this_method = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteInt32(@value); - - return __ret; - } - - static StackObject* ComputeInt32Size_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @value = ptr_of_this_method->Value; - - - var result_of_this_method = Google.Protobuf.CodedOutputStream.ComputeInt32Size(@value); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* ComputeStringSize_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @value = (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 = Google.Protobuf.CodedOutputStream.ComputeStringSize(@value); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* WriteInt64_6(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int64 @value = *(long*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream instance_of_this_method = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteInt64(@value); - - return __ret; - } - - static StackObject* ComputeInt64Size_7(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int64 @value = *(long*)&ptr_of_this_method->Value; - - - var result_of_this_method = Google.Protobuf.CodedOutputStream.ComputeInt64Size(@value); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* WriteMessage_8(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.IMessage @value = (Google.Protobuf.IMessage)typeof(Google.Protobuf.IMessage).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream instance_of_this_method = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteMessage(@value); - - return __ret; - } - - static StackObject* ComputeMessageSize_9(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.IMessage @value = (Google.Protobuf.IMessage)typeof(Google.Protobuf.IMessage).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = Google.Protobuf.CodedOutputStream.ComputeMessageSize(@value); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Google_Protobuf_Adapt_IMessage_Bi_t.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Google_Protobuf_Adapt_IMessage_Bi_t.cs deleted file mode 100644 index 9c8e21d42fec10d14805e6e95d957b2d47aa0f51..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Google_Protobuf_Adapt_IMessage_Bi_t.cs +++ /dev/null @@ -1,186 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_Collections_RepeatedField_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.Collections.RepeatedField); - args = new Type[]{typeof(Google.Protobuf.CodedOutputStream), typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("WriteTo", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteTo_0); - args = new Type[]{typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("CalculateSize", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, CalculateSize_1); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("get_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Item_2); - args = new Type[]{}; - method = type.GetMethod("get_Count", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Count_3); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_4); - args = new Type[]{typeof(Google.Protobuf.CodedInputStream), typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("AddEntriesFrom", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, AddEntriesFrom_5); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* WriteTo_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream @output = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteTo(@output, @codec); - - return __ret; - } - - static StackObject* CalculateSize_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.CalculateSize(@codec); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Item_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @index = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method[index]; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_Count_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Count; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* Clear_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* AddEntriesFrom_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedInputStream @input = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.AddEntriesFrom(@input, @codec); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new Google.Protobuf.Collections.RepeatedField(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Int32_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Int32_Binding.cs deleted file mode 100644 index 7d4ae387631ee6592dea0ce2b0a1639a9fcdb544..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Int32_Binding.cs +++ /dev/null @@ -1,140 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_Collections_RepeatedField_1_Int32_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.Collections.RepeatedField); - args = new Type[]{typeof(Google.Protobuf.CodedOutputStream), typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("WriteTo", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteTo_0); - args = new Type[]{typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("CalculateSize", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, CalculateSize_1); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_2); - args = new Type[]{typeof(Google.Protobuf.CodedInputStream), typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("AddEntriesFrom", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, AddEntriesFrom_3); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* WriteTo_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream @output = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteTo(@output, @codec); - - return __ret; - } - - static StackObject* CalculateSize_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.CalculateSize(@codec); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* Clear_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* AddEntriesFrom_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedInputStream @input = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.AddEntriesFrom(@input, @codec); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new Google.Protobuf.Collections.RepeatedField(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Int64_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Int64_Binding.cs deleted file mode 100644 index cd9e1582b56c10ce21269c13c86f0fa803e09208..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Int64_Binding.cs +++ /dev/null @@ -1,140 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_Collections_RepeatedField_1_Int64_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.Collections.RepeatedField); - args = new Type[]{typeof(Google.Protobuf.CodedOutputStream), typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("WriteTo", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteTo_0); - args = new Type[]{typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("CalculateSize", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, CalculateSize_1); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_2); - args = new Type[]{typeof(Google.Protobuf.CodedInputStream), typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("AddEntriesFrom", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, AddEntriesFrom_3); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* WriteTo_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream @output = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteTo(@output, @codec); - - return __ret; - } - - static StackObject* CalculateSize_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.CalculateSize(@codec); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* Clear_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* AddEntriesFrom_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedInputStream @input = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.AddEntriesFrom(@input, @codec); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new Google.Protobuf.Collections.RepeatedField(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Single_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Single_Binding.cs deleted file mode 100644 index 04799c261310d72898476e8789bb27977b585318..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_Single_Binding.cs +++ /dev/null @@ -1,76 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_Collections_RepeatedField_1_Single_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.Collections.RepeatedField); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("get_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Item_0); - args = new Type[]{}; - method = type.GetMethod("get_Count", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Count_1); - - - } - - - static StackObject* get_Item_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @index = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method[index]; - - __ret->ObjectType = ObjectTypes.Float; - *(float*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Count_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Count; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_String_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_String_Binding.cs deleted file mode 100644 index c2e11f8dc06fd0ee83b5d94f950f700c9cbc1acf..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_String_Binding.cs +++ /dev/null @@ -1,140 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_Collections_RepeatedField_1_String_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.Collections.RepeatedField); - args = new Type[]{typeof(Google.Protobuf.CodedOutputStream), typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("WriteTo", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, WriteTo_0); - args = new Type[]{typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("CalculateSize", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, CalculateSize_1); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_2); - args = new Type[]{typeof(Google.Protobuf.CodedInputStream), typeof(Google.Protobuf.FieldCodec)}; - method = type.GetMethod("AddEntriesFrom", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, AddEntriesFrom_3); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* WriteTo_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedOutputStream @output = (Google.Protobuf.CodedOutputStream)typeof(Google.Protobuf.CodedOutputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.WriteTo(@output, @codec); - - return __ret; - } - - static StackObject* CalculateSize_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.CalculateSize(@codec); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* Clear_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* AddEntriesFrom_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.FieldCodec @codec = (Google.Protobuf.FieldCodec)typeof(Google.Protobuf.FieldCodec).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - Google.Protobuf.CodedInputStream @input = (Google.Protobuf.CodedInputStream)typeof(Google.Protobuf.CodedInputStream).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.AddEntriesFrom(@input, @codec); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new Google.Protobuf.Collections.RepeatedField(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_UnitInfo_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_UnitInfo_Binding.cs deleted file mode 100644 index 46f2e5be5b04a64ac72613d2ca3f504115380b21..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_Collections_RepeatedField_1_UnitInfo_Binding.cs +++ /dev/null @@ -1,56 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_Collections_RepeatedField_1_UnitInfo_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.Collections.RepeatedField); - args = new Type[]{}; - method = type.GetMethod("GetEnumerator", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetEnumerator_0); - - - } - - - static StackObject* GetEnumerator_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Collections.RepeatedField instance_of_this_method = (Google.Protobuf.Collections.RepeatedField)typeof(Google.Protobuf.Collections.RepeatedField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetEnumerator(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_FieldCodec_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_FieldCodec_Binding.cs deleted file mode 100644 index 158fc4e1f834af80d3a0d86aec5be8978bf6cd1e..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_FieldCodec_Binding.cs +++ /dev/null @@ -1,134 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_FieldCodec_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.FieldCodec); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(Google.Protobuf.Adapt_IMessage.Adaptor)}; - if (genericMethods.TryGetValue("ForMessage", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 2) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, ForMessage_0); - - break; - } - } - } - args = new Type[]{typeof(System.UInt32)}; - method = type.GetMethod("ForString", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ForString_1); - args = new Type[]{typeof(System.UInt32)}; - method = type.GetMethod("ForInt32", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ForInt32_2); - args = new Type[]{typeof(System.UInt32)}; - method = type.GetMethod("ForInt64", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ForInt64_3); - - - } - - - static StackObject* ForMessage_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.MessageParser @parser = (Google.Protobuf.MessageParser)typeof(Google.Protobuf.MessageParser).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.UInt32 @tag = (uint)ptr_of_this_method->Value; - - - var result_of_this_method = Google.Protobuf.FieldCodec.ForMessage(@tag, @parser); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* ForString_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.UInt32 @tag = (uint)ptr_of_this_method->Value; - - - var result_of_this_method = Google.Protobuf.FieldCodec.ForString(@tag); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* ForInt32_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.UInt32 @tag = (uint)ptr_of_this_method->Value; - - - var result_of_this_method = Google.Protobuf.FieldCodec.ForInt32(@tag); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* ForInt64_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.UInt32 @tag = (uint)ptr_of_this_method->Value; - - - var result_of_this_method = Google.Protobuf.FieldCodec.ForInt64(@tag); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_MessageParser_1_Google_Protobuf_Adapt_IMessage_Binding_Adapto_t.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_MessageParser_1_Google_Protobuf_Adapt_IMessage_Binding_Adapto_t.cs deleted file mode 100644 index 39befd651e6b5c2dbd8ab2876220e73849a7a13d..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_MessageParser_1_Google_Protobuf_Adapt_IMessage_Binding_Adapto_t.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_MessageParser_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.MessageParser); - - args = new Type[]{typeof(System.Func)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Func @factory = (System.Func)typeof(System.Func).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = new Google.Protobuf.MessageParser(@factory); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/Google_Protobuf_ProtoPreconditions_Binding.cs b/Unity/Assets/Model/ILBinding/Google_Protobuf_ProtoPreconditions_Binding.cs deleted file mode 100644 index 2bfaeb611f85e1765b47a589ad3857b3f07032f6..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/Google_Protobuf_ProtoPreconditions_Binding.cs +++ /dev/null @@ -1,80 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class Google_Protobuf_ProtoPreconditions_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - MethodBase method; - Type[] args; - Type type = typeof(Google.Protobuf.ProtoPreconditions); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(System.String)}; - if (genericMethods.TryGetValue("CheckNotNull", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 2) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, CheckNotNull_0); - - break; - } - } - } - - - } - - - static StackObject* CheckNotNull_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @name = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @value = (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 = Google.Protobuf.ProtoPreconditions.CheckNotNull(@value, @name); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/LitJson_JsonMapper_Binding.cs b/Unity/Assets/Model/ILBinding/LitJson_JsonMapper_Binding.cs deleted file mode 100644 index 3485855363467386cd1610ff0ec7a9b8b2942f16..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/LitJson_JsonMapper_Binding.cs +++ /dev/null @@ -1,80 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class LitJson_JsonMapper_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(LitJson.JsonMapper); - args = new Type[]{typeof(System.Object)}; - method = type.GetMethod("ToJson", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ToJson_0); - args = new Type[]{typeof(System.Type), typeof(System.String)}; - method = type.GetMethod("ToObject", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ToObject_1); - - - } - - - static StackObject* ToJson_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @obj = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = LitJson.JsonMapper.ToJson(@obj); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* ToObject_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @json = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @type = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = LitJson.JsonMapper.ToObject(@type, @json); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/PF_Vector3_Binding.cs b/Unity/Assets/Model/ILBinding/PF_Vector3_Binding.cs deleted file mode 100644 index 36197fa43906da3c808865b75ea0ebe1e8d09337..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/PF_Vector3_Binding.cs +++ /dev/null @@ -1,100 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class PF_Vector3_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(PF.Vector3); - MethodInfo[] methods = type.GetMethods(flag).Where(t => !t.IsGenericMethod).ToArray(); - args = new Type[]{typeof(UnityEngine.Vector3)}; - method = methods.Where(t => t.Name.Equals("op_Implicit") && t.ReturnType == typeof(PF.Vector3) && t.CheckMethodParams(args)).Single(); - app.RegisterCLRMethodRedirection(method, op_Implicit_0); - - app.RegisterCLRCreateDefaultInstance(type, () => new PF.Vector3()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref PF.Vector3 instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as PF.Vector3[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* op_Implicit_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Vector3 @v3 = (UnityEngine.Vector3)typeof(UnityEngine.Vector3).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = (PF.Vector3)v3; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ReferenceCollector_Binding.cs b/Unity/Assets/Model/ILBinding/ReferenceCollector_Binding.cs deleted file mode 100644 index 1b5980fd61eedcf1d30d3b8981d92ac9151df77b..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/ReferenceCollector_Binding.cs +++ /dev/null @@ -1,79 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class ReferenceCollector_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - MethodBase method; - Type[] args; - Type type = typeof(global::ReferenceCollector); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(UnityEngine.GameObject)}; - if (genericMethods.TryGetValue("Get", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 1) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, Get_0); - - break; - } - } - } - - - } - - - static StackObject* Get_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - global::ReferenceCollector instance_of_this_method = (global::ReferenceCollector)typeof(global::ReferenceCollector).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Get(@key); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Action_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs b/Unity/Assets/Model/ILBinding/System_Action_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs deleted file mode 100644 index 229e21593eb41c90c0c158aba0f9d2f65f0f6b24..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Action_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Action_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Action); - args = new Type[]{typeof(Google.Protobuf.Adapt_IMessage.Adaptor)}; - method = type.GetMethod("Invoke", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Invoke_0); - - - } - - - static StackObject* Invoke_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - Google.Protobuf.Adapt_IMessage.Adaptor @obj = (Google.Protobuf.Adapt_IMessage.Adaptor)typeof(Google.Protobuf.Adapt_IMessage.Adaptor).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Action instance_of_this_method = (System.Action)typeof(System.Action).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Invoke(@obj); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Activator_Binding.cs b/Unity/Assets/Model/ILBinding/System_Activator_Binding.cs deleted file mode 100644 index 6cc77976573d6664ef4225adc0f64a8440a7c9e2..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Activator_Binding.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Activator_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Activator); - args = new Type[]{typeof(System.Type)}; - method = type.GetMethod("CreateInstance", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, CreateInstance_0); - - - } - - - static StackObject* CreateInstance_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @type = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = System.Activator.CreateInstance(@type); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Array_Binding.cs b/Unity/Assets/Model/ILBinding/System_Array_Binding.cs deleted file mode 100644 index 9c4c14ae56ab9ba6db45d6e3e5e981183f2c77f7..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Array_Binding.cs +++ /dev/null @@ -1,79 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Array_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Array); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("GetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetValue_0); - args = new Type[]{}; - method = type.GetMethod("get_Length", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Length_1); - - - } - - - static StackObject* GetValue_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @index = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Array instance_of_this_method = (System.Array)typeof(System.Array).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetValue(@index); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - static StackObject* get_Length_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Array instance_of_this_method = (System.Array)typeof(System.Array).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Length; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Int32_Action_1_Google_Protobuf_Adapt__t.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Int32_Action_1_Google_Protobuf_Adapt__t.cs deleted file mode 100644 index 989348a1c4ddb2f5457aec4378649b006f8c0f37..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Int32_Action_1_Google_Protobuf_Adapt__t.cs +++ /dev/null @@ -1,214 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_Int32_Action_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary>); - args = new Type[]{}; - method = type.GetMethod("get_Values", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Values_0); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_1); - args = new Type[]{typeof(System.Int32), typeof(System.Action).MakeByRefType()}; - method = type.GetMethod("TryGetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, TryGetValue_2); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("Remove", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Remove_3); - args = new Type[]{typeof(System.Int32), typeof(System.Action)}; - method = type.GetMethod("set_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_Item_4); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* get_Values_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Values; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Clear_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* TryGetValue_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Action @value = (System.Action)typeof(System.Action).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Int32 @key = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.TryGetValue(@key, out @value); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @value; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @value; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @value); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @value; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @value); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Action[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @value; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Remove_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @key = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Remove(@key); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* set_Item_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Action @value = (System.Action)typeof(System.Action).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Int32 @key = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method[key] = value; - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary>(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_Binding.cs deleted file mode 100644 index c6ed05e50679d0a0a10b724e3d7b2e4d55844d84..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,196 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary); - args = new Type[]{typeof(System.Int64), typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_0); - args = new Type[]{typeof(System.Int64)}; - method = type.GetMethod("Remove", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Remove_1); - args = new Type[]{typeof(System.Int64), typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).MakeByRefType()}; - method = type.GetMethod("TryGetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, TryGetValue_2); - args = new Type[]{}; - method = type.GetMethod("get_Values", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Values_3); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Add_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @value = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Int64 @key = *(long*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - static StackObject* Remove_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int64 @key = *(long*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Remove(@key); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* TryGetValue_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @value = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Int64 @key = *(long*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.TryGetValue(@key, out @value); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @value; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @value; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @value); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @value; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @value); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ILRuntime.Runtime.Intepreter.ILTypeInstance[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @value; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* get_Values_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Values; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding.cs deleted file mode 100644 index baeae08a51274eac7ced134b2bfd1af260c5a56a..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,216 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_0); - args = new Type[]{}; - method = type.GetMethod("get_Values", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Values_1); - args = new Type[]{typeof(System.String), typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_2); - args = new Type[]{typeof(System.String), typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).MakeByRefType()}; - method = type.GetMethod("TryGetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, TryGetValue_3); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Remove", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Remove_4); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Clear_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* get_Values_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Values; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Add_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @value = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - static StackObject* TryGetValue_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @value = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.TryGetValue(@key, out @value); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @value; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @value; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @value); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @value; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @value); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ILRuntime.Runtime.Intepreter.ILTypeInstance[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @value; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Remove_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Remove(@key); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t.cs deleted file mode 100644 index 8a8847af33a1b2756e23bec6bbc330859fe1eef8..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCollection_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary.ValueCollection); - args = new Type[]{}; - method = type.GetMethod("GetEnumerator", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetEnumerator_0); - - - } - - - static StackObject* GetEnumerator_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary.ValueCollection instance_of_this_method = (System.Collections.Generic.Dictionary.ValueCollection)typeof(System.Collections.Generic.Dictionary.ValueCollection).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetEnumerator(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t_t.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t_t.cs deleted file mode 100644 index d42e45d9750b1cc78e1bdead3ce737bd3d881f1f..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t_t.cs +++ /dev/null @@ -1,126 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCollection_Binding_Enumerator_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary.ValueCollection.Enumerator); - args = new Type[]{}; - method = type.GetMethod("get_Current", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Current_0); - args = new Type[]{}; - method = type.GetMethod("MoveNext", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, MoveNext_1); - - app.RegisterCLRCreateDefaultInstance(type, () => new System.Collections.Generic.Dictionary.ValueCollection.Enumerator()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Collections.Generic.Dictionary.ValueCollection.Enumerator instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.Dictionary.ValueCollection.Enumerator[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* get_Current_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.Dictionary.ValueCollection.Enumerator instance_of_this_method = (System.Collections.Generic.Dictionary.ValueCollection.Enumerator)typeof(System.Collections.Generic.Dictionary.ValueCollection.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.Current; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* MoveNext_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.Dictionary.ValueCollection.Enumerator instance_of_this_method = (System.Collections.Generic.Dictionary.ValueCollection.Enumerator)typeof(System.Collections.Generic.Dictionary.ValueCollection.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.MoveNext(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_List_1_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_List_1_ILTypeInstance_Binding.cs deleted file mode 100644 index 4997afe64f0601fa6ae28493af221e952124eecf..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_String_List_1_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,225 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_String_List_1_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary>); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("ContainsKey", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ContainsKey_0); - args = new Type[]{typeof(System.String), typeof(System.Collections.Generic.List)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_1); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("get_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Item_2); - args = new Type[]{typeof(System.String), typeof(System.Collections.Generic.List).MakeByRefType()}; - method = type.GetMethod("TryGetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, TryGetValue_3); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_4); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* ContainsKey_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ContainsKey(@key); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Add_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List @value = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - static StackObject* get_Item_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method[key]; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* TryGetValue_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List @value = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @key = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.TryGetValue(@key, out @value); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @value; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @value; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @value); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @value; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @value); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.List[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @value; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Clear_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary>(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding.cs deleted file mode 100644 index dc869b5b58eafdbc83d38fed02d022f288c23b80..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,266 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary); - args = new Type[]{}; - method = type.GetMethod("get_Values", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Values_0); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_1); - args = new Type[]{typeof(System.Type)}; - method = type.GetMethod("ContainsKey", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ContainsKey_2); - args = new Type[]{typeof(System.Type), typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_3); - args = new Type[]{typeof(System.Type), typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).MakeByRefType()}; - method = type.GetMethod("TryGetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, TryGetValue_4); - args = new Type[]{typeof(System.Type)}; - method = type.GetMethod("Remove", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Remove_5); - args = new Type[]{typeof(System.Type), typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("set_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_Item_6); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* get_Values_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Values; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Clear_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* ContainsKey_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ContainsKey(@key); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Add_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @value = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - static StackObject* TryGetValue_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @value = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.TryGetValue(@key, out @value); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @value; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @value; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @value); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @value; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @value); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ILRuntime.Runtime.Intepreter.ILTypeInstance[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @value; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Remove_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Remove(@key); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* set_Item_6(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @value = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method[key] = value; - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t_t.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerato_t.cs similarity index 82% rename from Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t_t.cs rename to Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerato_t.cs index 587ca2aeccf1309965a3ffd0aa3590042a268a03..58cb33bd7a42e22c00baee62b804bfe62a6e1ebc 100644 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t_t.cs +++ b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerato_t.cs @@ -14,14 +14,14 @@ using ILRuntime.CLR.Utils; namespace ILRuntime.Runtime.Generated { - unsafe class System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueCollection_Binding_Enumerator_Binding + unsafe class System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerator_Binding { public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) { BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; MethodBase method; Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary.ValueCollection.Enumerator); + Type type = typeof(System.Collections.Generic.Dictionary.Enumerator); args = new Type[]{}; method = type.GetMethod("get_Current", flag, null, args, null); app.RegisterCLRMethodRedirection(method, get_Current_0); @@ -29,12 +29,12 @@ namespace ILRuntime.Runtime.Generated method = type.GetMethod("MoveNext", flag, null, args, null); app.RegisterCLRMethodRedirection(method, MoveNext_1); - app.RegisterCLRCreateDefaultInstance(type, () => new System.Collections.Generic.Dictionary.ValueCollection.Enumerator()); + app.RegisterCLRCreateDefaultInstance(type, () => new System.Collections.Generic.Dictionary.Enumerator()); } - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Collections.Generic.Dictionary.ValueCollection.Enumerator instance_of_this_method) + static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Collections.Generic.Dictionary.Enumerator instance_of_this_method) { ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); switch(ptr_of_this_method->ObjectType) @@ -73,7 +73,7 @@ namespace ILRuntime.Runtime.Generated break; case ObjectTypes.ArrayReference: { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.Dictionary.ValueCollection.Enumerator[]; + var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.Dictionary.Enumerator[]; instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; } break; @@ -88,7 +88,7 @@ namespace ILRuntime.Runtime.Generated ptr_of_this_method = ILIntepreter.Minus(__esp, 1); ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.Dictionary.ValueCollection.Enumerator instance_of_this_method = (System.Collections.Generic.Dictionary.ValueCollection.Enumerator)typeof(System.Collections.Generic.Dictionary.ValueCollection.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); + System.Collections.Generic.Dictionary.Enumerator instance_of_this_method = (System.Collections.Generic.Dictionary.Enumerator)typeof(System.Collections.Generic.Dictionary.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); var result_of_this_method = instance_of_this_method.Current; @@ -107,7 +107,7 @@ namespace ILRuntime.Runtime.Generated ptr_of_this_method = ILIntepreter.Minus(__esp, 1); ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.Dictionary.ValueCollection.Enumerator instance_of_this_method = (System.Collections.Generic.Dictionary.ValueCollection.Enumerator)typeof(System.Collections.Generic.Dictionary.ValueCollection.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); + System.Collections.Generic.Dictionary.Enumerator instance_of_this_method = (System.Collections.Generic.Dictionary.Enumerator)typeof(System.Collections.Generic.Dictionary.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); var result_of_this_method = instance_of_this_method.MoveNext(); diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding.cs.meta b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerato_t.cs.meta similarity index 83% rename from Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding.cs.meta rename to Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerato_t.cs.meta index d662f01208e271a50a1452c2a150717aa7575b2e..8bf53b1868e88eaaf68b6476da095f7b7c4f590d 100644 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding.cs.meta +++ b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerato_t.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: b76635686a6bacc4a84d7625906fb88f +guid: 8b43e6b74e46dc74594f699115b08220 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t.cs deleted file mode 100644 index b9894cfde9f051aed51ec8384058ced80436604a..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueCollection_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary.ValueCollection); - args = new Type[]{}; - method = type.GetMethod("GetEnumerator", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetEnumerator_0); - - - } - - - static StackObject* GetEnumerator_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary.ValueCollection instance_of_this_method = (System.Collections.Generic.Dictionary.ValueCollection)typeof(System.Collections.Generic.Dictionary.ValueCollection).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetEnumerator(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding.cs deleted file mode 100644 index 9b1623ef4b0ff5621bb5125cca20c6fa6a51da07..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,156 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary>); - args = new Type[]{typeof(System.Type), typeof(System.Collections.Generic.Queue).MakeByRefType()}; - method = type.GetMethod("TryGetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, TryGetValue_0); - args = new Type[]{typeof(System.Type), typeof(System.Collections.Generic.Queue)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_1); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* TryGetValue_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue @value = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.TryGetValue(@key, out @value); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @value; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @value; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @value); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @value; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @value); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.Queue[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @value; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Add_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue @value = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary>(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_Object_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_Object_Binding.cs deleted file mode 100644 index c728a6add3b9256d03fa7f5e31fd7e96c4bcb54a..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_Object_Binding.cs +++ /dev/null @@ -1,156 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_Type_Queue_1_Object_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary>); - args = new Type[]{typeof(System.Type), typeof(System.Collections.Generic.Queue).MakeByRefType()}; - method = type.GetMethod("TryGetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, TryGetValue_0); - args = new Type[]{typeof(System.Type), typeof(System.Collections.Generic.Queue)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_1); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* TryGetValue_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue @value = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.TryGetValue(@key, out @value); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @value; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @value; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @value); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @value; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @value); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.Queue[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @value; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Add_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue @value = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @key = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary>(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeInstance_Binding.cs deleted file mode 100644 index d72971ff71d118f9842276b33cf2f9316988e1a1..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,222 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary>); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_0); - args = new Type[]{typeof(System.UInt16)}; - method = type.GetMethod("ContainsKey", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ContainsKey_1); - args = new Type[]{typeof(System.UInt16), typeof(System.Collections.Generic.List)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_2); - args = new Type[]{typeof(System.UInt16)}; - method = type.GetMethod("get_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Item_3); - args = new Type[]{typeof(System.UInt16), typeof(System.Collections.Generic.List).MakeByRefType()}; - method = type.GetMethod("TryGetValue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, TryGetValue_4); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Clear_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* ContainsKey_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.UInt16 @key = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ContainsKey(@key); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Add_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List @value = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.UInt16 @key = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - static StackObject* get_Item_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.UInt16 @key = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method[key]; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* TryGetValue_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List @value = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.UInt16 @key = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary> instance_of_this_method = (System.Collections.Generic.Dictionary>)typeof(System.Collections.Generic.Dictionary>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.TryGetValue(@key, out @value); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @value; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @value; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @value); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @value; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @value); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.List[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @value; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary>(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_UInt16_Object_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_UInt16_Object_Binding.cs deleted file mode 100644 index f31934370af8e655e67b6beee7032c3314f7c5e8..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_UInt16_Object_Binding.cs +++ /dev/null @@ -1,115 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Dictionary_2_UInt16_Object_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Dictionary); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_0); - args = new Type[]{typeof(System.UInt16), typeof(System.Object)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_1); - args = new Type[]{typeof(System.UInt16)}; - method = type.GetMethod("get_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Item_2); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Clear_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* Add_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @value = (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.UInt16 @key = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@key, @value); - - return __ret; - } - - static StackObject* get_Item_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.UInt16 @key = (ushort)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Dictionary instance_of_this_method = (System.Collections.Generic.Dictionary)typeof(System.Collections.Generic.Dictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method[key]; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Dictionary(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.cs deleted file mode 100644 index e06bbf4d610e371237e591a25923d0d17638214d..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,130 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_HashSet_1_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.HashSet); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_0); - args = new Type[]{typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_1); - args = new Type[]{typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("Remove", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Remove_2); - args = new Type[]{}; - method = type.GetMethod("GetEnumerator", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetEnumerator_3); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Clear_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.HashSet instance_of_this_method = (System.Collections.Generic.HashSet)typeof(System.Collections.Generic.HashSet).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* Add_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @item = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.HashSet instance_of_this_method = (System.Collections.Generic.HashSet)typeof(System.Collections.Generic.HashSet).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Add(@item); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Remove_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @item = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.HashSet instance_of_this_method = (System.Collections.Generic.HashSet)typeof(System.Collections.Generic.HashSet).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Remove(@item); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* GetEnumerator_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.HashSet instance_of_this_method = (System.Collections.Generic.HashSet)typeof(System.Collections.Generic.HashSet).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetEnumerator(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.HashSet(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_Enumerator_Bindin_t.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_Enumerator_Bindin_t.cs deleted file mode 100644 index 429f041bd8fa14e02147dc2f01960226507f8f36..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_Enumerator_Bindin_t.cs +++ /dev/null @@ -1,126 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_Enumerator_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.HashSet.Enumerator); - args = new Type[]{}; - method = type.GetMethod("get_Current", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Current_0); - args = new Type[]{}; - method = type.GetMethod("MoveNext", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, MoveNext_1); - - app.RegisterCLRCreateDefaultInstance(type, () => new System.Collections.Generic.HashSet.Enumerator()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Collections.Generic.HashSet.Enumerator instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.HashSet.Enumerator[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* get_Current_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.HashSet.Enumerator instance_of_this_method = (System.Collections.Generic.HashSet.Enumerator)typeof(System.Collections.Generic.HashSet.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.Current; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* MoveNext_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.HashSet.Enumerator instance_of_this_method = (System.Collections.Generic.HashSet.Enumerator)typeof(System.Collections.Generic.HashSet.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.MoveNext(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_IEnumerator_1_UnitInfo_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_IEnumerator_1_UnitInfo_Binding.cs deleted file mode 100644 index 48575088454c09a3e49c70b66a6a768de092af02..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_IEnumerator_1_UnitInfo_Binding.cs +++ /dev/null @@ -1,56 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_IEnumerator_1_UnitInfo_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.IEnumerator); - args = new Type[]{}; - method = type.GetMethod("get_Current", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Current_0); - - - } - - - static StackObject* get_Current_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.IEnumerator instance_of_this_method = (System.Collections.Generic.IEnumerator)typeof(System.Collections.Generic.IEnumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Current; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_RaycastHit_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.cs similarity index 75% rename from Unity/Assets/Model/ILBinding/UnityEngine_RaycastHit_Binding.cs rename to Unity/Assets/Model/ILBinding/System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.cs index 5d04c596ad5c460941b3be8db68401b67cccbf12..2e059d14d54f7c2642c2113e2c88a5e99a4a019d 100644 --- a/Unity/Assets/Model/ILBinding/UnityEngine_RaycastHit_Binding.cs +++ b/Unity/Assets/Model/ILBinding/System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.cs @@ -14,24 +14,24 @@ using ILRuntime.CLR.Utils; namespace ILRuntime.Runtime.Generated { - unsafe class UnityEngine_RaycastHit_Binding + unsafe class System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding { public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) { BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; MethodBase method; Type[] args; - Type type = typeof(UnityEngine.RaycastHit); + Type type = typeof(System.Collections.Generic.KeyValuePair); args = new Type[]{}; - method = type.GetMethod("get_point", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_point_0); + method = type.GetMethod("get_Value", flag, null, args, null); + app.RegisterCLRMethodRedirection(method, get_Value_0); - app.RegisterCLRCreateDefaultInstance(type, () => new UnityEngine.RaycastHit()); + app.RegisterCLRCreateDefaultInstance(type, () => new System.Collections.Generic.KeyValuePair()); } - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref UnityEngine.RaycastHit instance_of_this_method) + static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Collections.Generic.KeyValuePair instance_of_this_method) { ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); switch(ptr_of_this_method->ObjectType) @@ -70,14 +70,14 @@ namespace ILRuntime.Runtime.Generated break; case ObjectTypes.ArrayReference: { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as UnityEngine.RaycastHit[]; + var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.KeyValuePair[]; instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; } break; } } - static StackObject* get_point_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) + static StackObject* get_Value_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) { ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; StackObject* ptr_of_this_method; @@ -85,9 +85,9 @@ namespace ILRuntime.Runtime.Generated ptr_of_this_method = ILIntepreter.Minus(__esp, 1); ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - UnityEngine.RaycastHit instance_of_this_method = (UnityEngine.RaycastHit)typeof(UnityEngine.RaycastHit).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); + System.Collections.Generic.KeyValuePair instance_of_this_method = (System.Collections.Generic.KeyValuePair)typeof(System.Collections.Generic.KeyValuePair).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - var result_of_this_method = instance_of_this_method.point; + var result_of_this_method = instance_of_this_method.Value; ptr_of_this_method = ILIntepreter.Minus(__esp, 1); WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding.cs.meta b/Unity/Assets/Model/ILBinding/System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.cs.meta similarity index 83% rename from Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding.cs.meta rename to Unity/Assets/Model/ILBinding/System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.cs.meta index 95f453cb6811d370db242a18562852845c40b6df..f4d1eead9d636044f2b03563bd2df312a832f14e 100644 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_IResponse_Binding_Awaiter_Binding.cs.meta +++ b/Unity/Assets/Model/ILBinding/System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 8de9d65d335edc1429a849622e4e7aa7 +guid: 8496f5e6efabced42bc90e055916df19 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_ILTypeInstance_Binding.cs deleted file mode 100644 index 7f13420f891b6ac346f24d23862fbfd02b70baef..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,86 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_List_1_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.List); - args = new Type[]{typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_0); - args = new Type[]{}; - method = type.GetMethod("GetEnumerator", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetEnumerator_1); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Add_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @item = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@item); - - return __ret; - } - - static StackObject* GetEnumerator_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetEnumerator(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.List(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_ILTypeInstance_Binding_Enumerator_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_ILTypeInstance_Binding_Enumerator_Binding.cs deleted file mode 100644 index 70b6d97abd9723cecafd46890a3340300eee962b..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_ILTypeInstance_Binding_Enumerator_Binding.cs +++ /dev/null @@ -1,126 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_List_1_ILTypeInstance_Binding_Enumerator_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.List.Enumerator); - args = new Type[]{}; - method = type.GetMethod("get_Current", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Current_0); - args = new Type[]{}; - method = type.GetMethod("MoveNext", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, MoveNext_1); - - app.RegisterCLRCreateDefaultInstance(type, () => new System.Collections.Generic.List.Enumerator()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Collections.Generic.List.Enumerator instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.List.Enumerator[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* get_Current_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.List.Enumerator instance_of_this_method = (System.Collections.Generic.List.Enumerator)typeof(System.Collections.Generic.List.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.Current; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* MoveNext_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.List.Enumerator instance_of_this_method = (System.Collections.Generic.List.Enumerator)typeof(System.Collections.Generic.List.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.MoveNext(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Object_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Object_Binding.cs deleted file mode 100644 index fe147c0af65014d0f670828852271cc80e5aa840..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Object_Binding.cs +++ /dev/null @@ -1,79 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_List_1_Object_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.List); - args = new Type[]{}; - method = type.GetMethod("get_Count", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Count_0); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("get_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Item_1); - - - } - - - static StackObject* get_Count_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Count; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Item_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @index = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method[index]; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Type_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Type_Binding.cs deleted file mode 100644 index 51c5f414600a9937bf98b903f25527fcd2186c10..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Type_Binding.cs +++ /dev/null @@ -1,104 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_List_1_Type_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.List); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_0); - args = new Type[]{}; - method = type.GetMethod("GetEnumerator", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetEnumerator_1); - args = new Type[]{typeof(System.Type)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_2); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Clear_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* GetEnumerator_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetEnumerator(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Add_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type @item = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@item); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.List(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Type_Binding_Enumerator_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Type_Binding_Enumerator_Binding.cs deleted file mode 100644 index d04e813297c79f94e1459b729c7021f636e4c702..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Type_Binding_Enumerator_Binding.cs +++ /dev/null @@ -1,131 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_List_1_Type_Binding_Enumerator_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.List.Enumerator); - args = new Type[]{}; - method = type.GetMethod("get_Current", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Current_0); - args = new Type[]{}; - method = type.GetMethod("MoveNext", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, MoveNext_1); - - app.RegisterCLRCreateDefaultInstance(type, () => new System.Collections.Generic.List.Enumerator()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Collections.Generic.List.Enumerator instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Collections.Generic.List.Enumerator[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* get_Current_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.List.Enumerator instance_of_this_method = (System.Collections.Generic.List.Enumerator)typeof(System.Collections.Generic.List.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.Current; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* MoveNext_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Collections.Generic.List.Enumerator instance_of_this_method = (System.Collections.Generic.List.Enumerator)typeof(System.Collections.Generic.List.Enumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.MoveNext(); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Vector3_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Vector3_Binding.cs deleted file mode 100644 index 4ac34284ce71c1fcfb1b5d80ac2c7728ff746e1f..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_List_1_Vector3_Binding.cs +++ /dev/null @@ -1,73 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_List_1_Vector3_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.List); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_0); - args = new Type[]{typeof(PF.Vector3)}; - method = type.GetMethod("Add", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Add_1); - - - } - - - static StackObject* Clear_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Clear(); - - return __ret; - } - - static StackObject* Add_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - PF.Vector3 @item = (PF.Vector3)typeof(PF.Vector3).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.List instance_of_this_method = (System.Collections.Generic.List)typeof(System.Collections.Generic.List).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Add(@item); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_ILTypeInstance_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_ILTypeInstance_Binding.cs deleted file mode 100644 index 327142d839cbbfdab500a7c080c929b3f9dfcc8f..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_ILTypeInstance_Binding.cs +++ /dev/null @@ -1,106 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Queue_1_ILTypeInstance_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Queue); - args = new Type[]{}; - method = type.GetMethod("get_Count", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Count_0); - args = new Type[]{}; - method = type.GetMethod("Dequeue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Dequeue_1); - args = new Type[]{typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - method = type.GetMethod("Enqueue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Enqueue_2); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* get_Count_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Count; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* Dequeue_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Dequeue(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Enqueue_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ILRuntime.Runtime.Intepreter.ILTypeInstance @item = (ILRuntime.Runtime.Intepreter.ILTypeInstance)typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Enqueue(@item); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Queue(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_Int64_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_Int64_Binding.cs deleted file mode 100644 index a183c1d95d235d1729a2d90d5eeac32c842f822a..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_Int64_Binding.cs +++ /dev/null @@ -1,107 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Queue_1_Int64_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Queue); - args = new Type[]{typeof(System.Int64)}; - method = type.GetMethod("Enqueue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Enqueue_0); - args = new Type[]{}; - method = type.GetMethod("Dequeue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Dequeue_1); - args = new Type[]{}; - method = type.GetMethod("get_Count", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Count_2); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Enqueue_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int64 @item = *(long*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Enqueue(@item); - - return __ret; - } - - static StackObject* Dequeue_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Dequeue(); - - __ret->ObjectType = ObjectTypes.Long; - *(long*)&__ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* get_Count_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Count; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Queue(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_Object_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_Object_Binding.cs deleted file mode 100644 index 27926d21d9edb0eb3ac2093268bfab74bb3cff05..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Queue_1_Object_Binding.cs +++ /dev/null @@ -1,111 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_Generic_Queue_1_Object_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.Generic.Queue); - args = new Type[]{}; - method = type.GetMethod("get_Count", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Count_0); - args = new Type[]{}; - method = type.GetMethod("Dequeue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Dequeue_1); - args = new Type[]{typeof(System.Object)}; - method = type.GetMethod("Enqueue", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Enqueue_2); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* get_Count_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Count; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* Dequeue_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Dequeue(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - static StackObject* Enqueue_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @item = (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.Collections.Generic.Queue instance_of_this_method = (System.Collections.Generic.Queue)typeof(System.Collections.Generic.Queue).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Enqueue(@item); - - return __ret; - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.Collections.Generic.Queue(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_IDictionary_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_IDictionary_Binding.cs deleted file mode 100644 index c889fa2f0468382ae335e36a97dae88b1b521f75..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_IDictionary_Binding.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_IDictionary_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.IDictionary); - args = new Type[]{typeof(System.Object)}; - method = type.GetMethod("get_Item", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Item_0); - - - } - - - static StackObject* get_Item_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @key = (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.Collections.IDictionary instance_of_this_method = (System.Collections.IDictionary)typeof(System.Collections.IDictionary).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method[key]; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_IEnumerable_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_IEnumerable_Binding.cs deleted file mode 100644 index 6e718343b30b2e1d96c8847dadf8f5a84fb221bd..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_IEnumerable_Binding.cs +++ /dev/null @@ -1,56 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_IEnumerable_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.IEnumerable); - args = new Type[]{}; - method = type.GetMethod("GetEnumerator", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetEnumerator_0); - - - } - - - static StackObject* GetEnumerator_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.IEnumerable instance_of_this_method = (System.Collections.IEnumerable)typeof(System.Collections.IEnumerable).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetEnumerator(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Collections_IEnumerator_Binding.cs b/Unity/Assets/Model/ILBinding/System_Collections_IEnumerator_Binding.cs deleted file mode 100644 index 6f71a71d986d3bf3b7150136ad9aeb5fcf5fcde9..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Collections_IEnumerator_Binding.cs +++ /dev/null @@ -1,76 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Collections_IEnumerator_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Collections.IEnumerator); - args = new Type[]{}; - method = type.GetMethod("get_Current", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Current_0); - args = new Type[]{}; - method = type.GetMethod("MoveNext", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, MoveNext_1); - - - } - - - static StackObject* get_Current_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.IEnumerator instance_of_this_method = (System.Collections.IEnumerator)typeof(System.Collections.IEnumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Current; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - static StackObject* MoveNext_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.IEnumerator instance_of_this_method = (System.Collections.IEnumerator)typeof(System.Collections.IEnumerator).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.MoveNext(); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Exception_Binding.cs b/Unity/Assets/Model/ILBinding/System_Exception_Binding.cs deleted file mode 100644 index 84a682d5c447b16808ad4689c8acf2d69c9a1068..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Exception_Binding.cs +++ /dev/null @@ -1,96 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Exception_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Exception); - args = new Type[]{}; - method = type.GetMethod("get_Data", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Data_0); - - args = new Type[]{typeof(System.String)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - args = new Type[]{typeof(System.String), typeof(System.Exception)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_1); - - } - - - static StackObject* get_Data_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Exception instance_of_this_method = (System.Exception)typeof(System.Exception).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Data; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @message = (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 = new System.Exception(@message); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Ctor_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Exception @innerException = (System.Exception)typeof(System.Exception).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @message = (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 = new System.Exception(@message, @innerException); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_IDisposable_Binding.cs b/Unity/Assets/Model/ILBinding/System_IDisposable_Binding.cs deleted file mode 100644 index ce8c2f231f04c682281179eb86525c9ab9454eed..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_IDisposable_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_IDisposable_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.IDisposable); - args = new Type[]{}; - method = type.GetMethod("Dispose", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Dispose_0); - - - } - - - static StackObject* Dispose_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.IDisposable instance_of_this_method = (System.IDisposable)typeof(System.IDisposable).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.Dispose(); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Linq_Enumerable_Binding.cs b/Unity/Assets/Model/ILBinding/System_Linq_Enumerable_Binding.cs deleted file mode 100644 index f94d42c0ad9fa0cc797a885228b6e85ef2fc1453..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Linq_Enumerable_Binding.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Linq_Enumerable_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - MethodBase method; - Type[] args; - Type type = typeof(System.Linq.Enumerable); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - if (genericMethods.TryGetValue("ToArray", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 1) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, ToArray_0); - - break; - } - } - } - args = new Type[]{typeof(System.Action)}; - if (genericMethods.TryGetValue("ToArray", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 1) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, ToArray_1); - - break; - } - } - } - args = new Type[]{typeof(ILRuntime.Runtime.Intepreter.ILTypeInstance)}; - if (genericMethods.TryGetValue("First", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 1) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, First_2); - - break; - } - } - } - - - } - - - static StackObject* ToArray_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.IEnumerable @source = (System.Collections.Generic.IEnumerable)typeof(System.Collections.Generic.IEnumerable).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = System.Linq.Enumerable.ToArray(@source); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* ToArray_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.IEnumerable> @source = (System.Collections.Generic.IEnumerable>)typeof(System.Collections.Generic.IEnumerable>).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = System.Linq.Enumerable.ToArray>(@source); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* First_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Collections.Generic.IEnumerable @source = (System.Collections.Generic.IEnumerable)typeof(System.Collections.Generic.IEnumerable).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = System.Linq.Enumerable.First(@source); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_NotImplementedException_Binding.cs b/Unity/Assets/Model/ILBinding/System_NotImplementedException_Binding.cs deleted file mode 100644 index 0c67063fce194a6974c5b9c8c34a9a7187c3c55f..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_NotImplementedException_Binding.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_NotImplementedException_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.NotImplementedException); - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new System.NotImplementedException(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Object_Binding.cs b/Unity/Assets/Model/ILBinding/System_Object_Binding.cs deleted file mode 100644 index e682b39f51362035746083eb65af99110c99cbd8..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Object_Binding.cs +++ /dev/null @@ -1,74 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Object_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Object); - args = new Type[]{}; - method = type.GetMethod("GetType", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetType_0); - args = new Type[]{}; - method = type.GetMethod("ToString", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ToString_1); - - - } - - - static StackObject* GetType_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object instance_of_this_method = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetType(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* ToString_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object instance_of_this_method = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ToString(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Reflection_MemberInfo_Binding.cs b/Unity/Assets/Model/ILBinding/System_Reflection_MemberInfo_Binding.cs deleted file mode 100644 index fb99500bfdc3891d48f3f5741d02d1cb47b39c4b..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Reflection_MemberInfo_Binding.cs +++ /dev/null @@ -1,103 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Reflection_MemberInfo_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Reflection.MemberInfo); - args = new Type[]{}; - method = type.GetMethod("get_Name", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Name_0); - args = new Type[]{typeof(System.Type), typeof(System.Boolean)}; - method = type.GetMethod("IsDefined", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, IsDefined_1); - args = new Type[]{typeof(System.Type), typeof(System.Boolean)}; - method = type.GetMethod("GetCustomAttributes", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetCustomAttributes_2); - - - } - - - static StackObject* get_Name_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Reflection.MemberInfo instance_of_this_method = (System.Reflection.MemberInfo)typeof(System.Reflection.MemberInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Name; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* IsDefined_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Boolean @inherit = ptr_of_this_method->Value == 1; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @attributeType = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Reflection.MemberInfo instance_of_this_method = (System.Reflection.MemberInfo)typeof(System.Reflection.MemberInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.IsDefined(@attributeType, @inherit); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* GetCustomAttributes_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Boolean @inherit = ptr_of_this_method->Value == 1; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type @attributeType = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Reflection.MemberInfo instance_of_this_method = (System.Reflection.MemberInfo)typeof(System.Reflection.MemberInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetCustomAttributes(@attributeType, @inherit); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Reflection_MethodBase_Binding.cs b/Unity/Assets/Model/ILBinding/System_Reflection_MethodBase_Binding.cs deleted file mode 100644 index fd638969398a72c1e389eef078b6ee958e043b92..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Reflection_MethodBase_Binding.cs +++ /dev/null @@ -1,64 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Reflection_MethodBase_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Reflection.MethodBase); - args = new Type[]{typeof(System.Object), typeof(System.Object[])}; - method = type.GetMethod("Invoke", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Invoke_0); - - - } - - - static StackObject* Invoke_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object[] @parameters = (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 @obj = (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.Reflection.MethodBase instance_of_this_method = (System.Reflection.MethodBase)typeof(System.Reflection.MethodBase).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Invoke(@obj, @parameters); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance, true); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method, true); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Reflection_PropertyInfo_Binding.cs b/Unity/Assets/Model/ILBinding/System_Reflection_PropertyInfo_Binding.cs deleted file mode 100644 index 5f54a24eae2daf9e78157424bb5454309911abe2..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Reflection_PropertyInfo_Binding.cs +++ /dev/null @@ -1,56 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Reflection_PropertyInfo_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Reflection.PropertyInfo); - args = new Type[]{}; - method = type.GetMethod("GetGetMethod", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetGetMethod_0); - - - } - - - static StackObject* GetGetMethod_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Reflection.PropertyInfo instance_of_this_method = (System.Reflection.PropertyInfo)typeof(System.Reflection.PropertyInfo).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetGetMethod(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding_Await_t.cs b/Unity/Assets/Model/ILBinding/System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs similarity index 84% rename from Unity/Assets/Model/ILBinding/ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding_Await_t.cs rename to Unity/Assets/Model/ILBinding/System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs index aa10568dc35553c57b53fb6bf273b94eb375a0c2..7c1f60e91001914d68b3811134f918ac6a7f17ce 100644 --- a/Unity/Assets/Model/ILBinding/ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding_Await_t.cs +++ b/Unity/Assets/Model/ILBinding/System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs @@ -14,14 +14,14 @@ using ILRuntime.CLR.Utils; namespace ILRuntime.Runtime.Generated { - unsafe class ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding_Awaiter_Binding + unsafe class System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding { public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) { BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; MethodBase method; Type[] args; - Type type = typeof(ETModel.ETTask.Awaiter); + Type type = typeof(System.Runtime.CompilerServices.TaskAwaiter); args = new Type[]{}; method = type.GetMethod("get_IsCompleted", flag, null, args, null); app.RegisterCLRMethodRedirection(method, get_IsCompleted_0); @@ -29,12 +29,12 @@ namespace ILRuntime.Runtime.Generated method = type.GetMethod("GetResult", flag, null, args, null); app.RegisterCLRMethodRedirection(method, GetResult_1); - app.RegisterCLRCreateDefaultInstance(type, () => new ETModel.ETTask.Awaiter()); + app.RegisterCLRCreateDefaultInstance(type, () => new System.Runtime.CompilerServices.TaskAwaiter()); } - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref ETModel.ETTask.Awaiter instance_of_this_method) + static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Runtime.CompilerServices.TaskAwaiter instance_of_this_method) { ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); switch(ptr_of_this_method->ObjectType) @@ -73,7 +73,7 @@ namespace ILRuntime.Runtime.Generated break; case ObjectTypes.ArrayReference: { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as ETModel.ETTask.Awaiter[]; + var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Runtime.CompilerServices.TaskAwaiter[]; instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; } break; @@ -88,7 +88,7 @@ namespace ILRuntime.Runtime.Generated ptr_of_this_method = ILIntepreter.Minus(__esp, 1); ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask.Awaiter instance_of_this_method = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); + System.Runtime.CompilerServices.TaskAwaiter instance_of_this_method = (System.Runtime.CompilerServices.TaskAwaiter)typeof(System.Runtime.CompilerServices.TaskAwaiter).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); var result_of_this_method = instance_of_this_method.IsCompleted; @@ -109,7 +109,7 @@ namespace ILRuntime.Runtime.Generated ptr_of_this_method = ILIntepreter.Minus(__esp, 1); ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - ETModel.ETTask.Awaiter instance_of_this_method = (ETModel.ETTask.Awaiter)typeof(ETModel.ETTask.Awaiter).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); + System.Runtime.CompilerServices.TaskAwaiter instance_of_this_method = (System.Runtime.CompilerServices.TaskAwaiter)typeof(System.Runtime.CompilerServices.TaskAwaiter).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); var result_of_this_method = instance_of_this_method.GetResult(); diff --git a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding.cs.meta b/Unity/Assets/Model/ILBinding/System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs.meta similarity index 83% rename from Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding.cs.meta rename to Unity/Assets/Model/ILBinding/System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs.meta index eeffaac765a8eaf000800211a2a8afeb2983339c..037bb5dc97c61d9a4585294cadaf9fa5b03704cb 100644 --- a/Unity/Assets/Model/ILBinding/System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding.cs.meta +++ b/Unity/Assets/Model/ILBinding/System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: e4878c6115400074183e5f6c301cfc1d +guid: 0fc19b188b342754798407eacd0f954b MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/Unity/Assets/Model/ILBinding/System_String_Binding.cs b/Unity/Assets/Model/ILBinding/System_String_Binding.cs deleted file mode 100644 index cbf443fc84473debbc0ebd05f6a02e877e27a06d..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_String_Binding.cs +++ /dev/null @@ -1,302 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_String_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.String); - args = new Type[]{typeof(System.Int32), typeof(System.Int32)}; - method = type.GetMethod("Substring", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Substring_0); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("get_Chars", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Chars_1); - args = new Type[]{typeof(System.String), typeof(System.String), typeof(System.String)}; - method = type.GetMethod("Concat", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Concat_2); - args = new Type[]{typeof(System.String), typeof(System.String)}; - method = type.GetMethod("Concat", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Concat_3); - args = new Type[]{typeof(System.String), typeof(System.Object), typeof(System.Object)}; - method = type.GetMethod("Format", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Format_4); - args = new Type[]{}; - method = type.GetMethod("get_Length", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Length_5); - args = new Type[]{typeof(System.String), typeof(System.Object)}; - method = type.GetMethod("Format", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Format_6); - args = new Type[]{typeof(System.String[]), typeof(System.StringSplitOptions)}; - method = type.GetMethod("Split", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Split_7); - args = new Type[]{}; - method = type.GetMethod("Trim", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Trim_8); - args = new Type[]{typeof(System.String), typeof(System.String)}; - method = type.GetMethod("op_Equality", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, op_Equality_9); - 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_10); - - app.RegisterCLRCreateArrayInstance(type, s => new System.String[s]); - - - } - - - static StackObject* Substring_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @length = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Int32 @startIndex = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.String instance_of_this_method = (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 = instance_of_this_method.Substring(@startIndex, @length); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_Chars_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @index = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String instance_of_this_method = (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 = instance_of_this_method[index]; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = (int)result_of_this_method; - return __ret + 1; - } - - static StackObject* Concat_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @str2 = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @str1 = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.String @str0 = (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.Concat(@str0, @str1, @str2); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Concat_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @str1 = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @str0 = (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.Concat(@str0, @str1); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Format_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - 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, 2); - 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, 3); - 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); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_Length_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String instance_of_this_method = (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 = instance_of_this_method.Length; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* Format_6(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - 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, 2); - 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); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Split_7(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.StringSplitOptions @options = (System.StringSplitOptions)typeof(System.StringSplitOptions).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String[] @separator = (System.String[])typeof(System.String[]).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.String instance_of_this_method = (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 = instance_of_this_method.Split(@separator, @options); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Trim_8(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String instance_of_this_method = (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 = instance_of_this_method.Trim(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* op_Equality_9(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @b = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @a = (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 = a == b; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Concat_10(ILIntepreter __intp, StackObject* __esp, IList __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.String @str3 = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @str2 = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.String @str1 = (System.String)typeof(System.String).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 @str0 = (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.Concat(@str0, @str1, @str2, @str3); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Text_StringBuilder_Binding.cs b/Unity/Assets/Model/ILBinding/System_Text_StringBuilder_Binding.cs deleted file mode 100644 index 4360b5012d259d3ff2c56fec2c697d4cf3f9ca5e..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Text_StringBuilder_Binding.cs +++ /dev/null @@ -1,161 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Text_StringBuilder_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Text.StringBuilder); - args = new Type[]{typeof(System.Char), typeof(System.Int32)}; - method = type.GetMethod("Append", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Append_0); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Append", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Append_1); - args = new Type[]{typeof(System.Object)}; - method = type.GetMethod("Append", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Append_2); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("Append", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Append_3); - args = new Type[]{}; - method = type.GetMethod("Clear", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Clear_4); - - args = new Type[]{typeof(System.String), typeof(System.Int32)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* Append_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @repeatCount = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Char @value = (char)ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Text.StringBuilder instance_of_this_method = (System.Text.StringBuilder)typeof(System.Text.StringBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Append(@value, @repeatCount); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Append_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @value = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Text.StringBuilder instance_of_this_method = (System.Text.StringBuilder)typeof(System.Text.StringBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Append(@value); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Append_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @value = (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.Text.StringBuilder instance_of_this_method = (System.Text.StringBuilder)typeof(System.Text.StringBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Append(@value); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Append_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @value = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Text.StringBuilder instance_of_this_method = (System.Text.StringBuilder)typeof(System.Text.StringBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Append(@value); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Clear_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Text.StringBuilder instance_of_this_method = (System.Text.StringBuilder)typeof(System.Text.StringBuilder).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Clear(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @capacity = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.String @value = (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 = new System.Text.StringBuilder(@value, @capacity); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/System_Threading_CancellationToken_Binding.cs b/Unity/Assets/Model/ILBinding/System_Threading_CancellationToken_Binding.cs deleted file mode 100644 index 0a2be6f6fb60cc9a14007616dc683c097ae88bda..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Threading_CancellationToken_Binding.cs +++ /dev/null @@ -1,106 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Threading_CancellationToken_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Threading.CancellationToken); - args = new Type[]{typeof(System.Action)}; - method = type.GetMethod("Register", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Register_0); - - app.RegisterCLRCreateDefaultInstance(type, () => new System.Threading.CancellationToken()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref System.Threading.CancellationToken instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as System.Threading.CancellationToken[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* Register_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Action @callback = (System.Action)typeof(System.Action).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - System.Threading.CancellationToken instance_of_this_method = (System.Threading.CancellationToken)typeof(System.Threading.CancellationToken).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - var result_of_this_method = instance_of_this_method.Register(@callback); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - WriteBackInstance(__domain, ptr_of_this_method, __mStack, ref instance_of_this_method); - - __intp.Free(ptr_of_this_method); - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/ETModel_MessageAttribute_Binding.cs b/Unity/Assets/Model/ILBinding/System_Threading_Tasks_Task_1_IResponse_Binding.cs similarity index 63% rename from Unity/Assets/Model/ILBinding/ETModel_MessageAttribute_Binding.cs rename to Unity/Assets/Model/ILBinding/System_Threading_Tasks_Task_1_IResponse_Binding.cs index 59e5f1ce2360a7272737d6335b56a5b608d40635..c63935e4c8667ee5845a3d427b7c0257365b97ef 100644 --- a/Unity/Assets/Model/ILBinding/ETModel_MessageAttribute_Binding.cs +++ b/Unity/Assets/Model/ILBinding/System_Threading_Tasks_Task_1_IResponse_Binding.cs @@ -14,37 +14,35 @@ using ILRuntime.CLR.Utils; namespace ILRuntime.Runtime.Generated { - unsafe class ETModel_MessageAttribute_Binding + unsafe class System_Threading_Tasks_Task_1_IResponse_Binding { public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) { BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; MethodBase method; Type[] args; - Type type = typeof(ETModel.MessageAttribute); + Type type = typeof(System.Threading.Tasks.Task); args = new Type[]{}; - method = type.GetMethod("get_Opcode", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_Opcode_0); + method = type.GetMethod("GetAwaiter", flag, null, args, null); + app.RegisterCLRMethodRedirection(method, GetAwaiter_0); } - static StackObject* get_Opcode_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) + static StackObject* GetAwaiter_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) { ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; StackObject* ptr_of_this_method; StackObject* __ret = ILIntepreter.Minus(__esp, 1); ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - ETModel.MessageAttribute instance_of_this_method = (ETModel.MessageAttribute)typeof(ETModel.MessageAttribute).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); + System.Threading.Tasks.Task instance_of_this_method = (System.Threading.Tasks.Task)typeof(System.Threading.Tasks.Task).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); __intp.Free(ptr_of_this_method); - var result_of_this_method = instance_of_this_method.Opcode; + var result_of_this_method = instance_of_this_method.GetAwaiter(); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; + return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); } diff --git a/Unity/Assets/Model/ILBinding/System_Threading_Tasks_Task_1_IResponse_Binding.cs.meta b/Unity/Assets/Model/ILBinding/System_Threading_Tasks_Task_1_IResponse_Binding.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..00f6698a476d697eab07177d84a7ef3b3e568570 --- /dev/null +++ b/Unity/Assets/Model/ILBinding/System_Threading_Tasks_Task_1_IResponse_Binding.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ddfd08528225b184fab450ca1d53fcb0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Unity/Assets/Model/ILBinding/System_Type_Binding.cs b/Unity/Assets/Model/ILBinding/System_Type_Binding.cs deleted file mode 100644 index 4cc89288087ee35aef46255fea253c4e233c2480..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/System_Type_Binding.cs +++ /dev/null @@ -1,157 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class System_Type_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(System.Type); - args = new Type[]{}; - method = type.GetMethod("get_IsValueType", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_IsValueType_0); - args = new Type[]{}; - method = type.GetMethod("get_IsArray", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_IsArray_1); - args = new Type[]{}; - method = type.GetMethod("get_IsClass", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_IsClass_2); - args = new Type[]{typeof(System.Reflection.BindingFlags)}; - method = type.GetMethod("GetProperties", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetProperties_3); - args = new Type[]{}; - method = type.GetMethod("get_FullName", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_FullName_4); - args = new Type[]{typeof(System.RuntimeTypeHandle)}; - method = type.GetMethod("GetTypeFromHandle", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetTypeFromHandle_5); - - - } - - - static StackObject* get_IsValueType_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type instance_of_this_method = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.IsValueType; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* get_IsArray_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type instance_of_this_method = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.IsArray; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* get_IsClass_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type instance_of_this_method = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.IsClass; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* GetProperties_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Reflection.BindingFlags @bindingAttr = (System.Reflection.BindingFlags)typeof(System.Reflection.BindingFlags).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Type instance_of_this_method = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetProperties(@bindingAttr); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* get_FullName_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Type instance_of_this_method = (System.Type)typeof(System.Type).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.FullName; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetTypeFromHandle_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.RuntimeTypeHandle @handle = (System.RuntimeTypeHandle)typeof(System.RuntimeTypeHandle).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = System.Type.GetTypeFromHandle(@handle); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Camera_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Camera_Binding.cs deleted file mode 100644 index 97421c1e1df0be430d7f43e931744812f7775165..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Camera_Binding.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Camera_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.Camera); - args = new Type[]{}; - method = type.GetMethod("get_main", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_main_0); - args = new Type[]{typeof(UnityEngine.Vector3)}; - method = type.GetMethod("ScreenPointToRay", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, ScreenPointToRay_1); - - - } - - - static StackObject* get_main_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = UnityEngine.Camera.main; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* ScreenPointToRay_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Vector3 @pos = (UnityEngine.Vector3)typeof(UnityEngine.Vector3).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.Camera instance_of_this_method = (UnityEngine.Camera)typeof(UnityEngine.Camera).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.ScreenPointToRay(@pos); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Canvas_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Canvas_Binding.cs deleted file mode 100644 index 796e5f83aa0559f4461a42ae46d3b165a1fdb74c..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Canvas_Binding.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Canvas_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.Canvas); - args = new Type[]{typeof(UnityEngine.Camera)}; - method = type.GetMethod("set_worldCamera", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_worldCamera_0); - - - } - - - static StackObject* set_worldCamera_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Camera @value = (UnityEngine.Camera)typeof(UnityEngine.Camera).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.Canvas instance_of_this_method = (UnityEngine.Canvas)typeof(UnityEngine.Canvas).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.worldCamera = value; - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Component_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Component_Binding.cs deleted file mode 100644 index 2b966030ff90192396ebbb73b8aff072c6c54604..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Component_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Component_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.Component); - args = new Type[]{}; - method = type.GetMethod("get_gameObject", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_gameObject_0); - - - } - - - static StackObject* get_gameObject_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Component instance_of_this_method = (UnityEngine.Component)typeof(UnityEngine.Component).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.gameObject; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Debug_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Debug_Binding.cs deleted file mode 100644 index d7f2b021c7fc460a99cd18aa48d995d92f03cb6d..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Debug_Binding.cs +++ /dev/null @@ -1,52 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Debug_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.Debug); - args = new Type[]{typeof(System.Object)}; - method = type.GetMethod("LogWarning", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, LogWarning_0); - - - } - - - static StackObject* LogWarning_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Object @message = (System.Object)typeof(System.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - UnityEngine.Debug.LogWarning(@message); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_GameObject_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_GameObject_Binding.cs deleted file mode 100644 index 54c80752c4c6a6b30896713a32f5c610dcb81e7b..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_GameObject_Binding.cs +++ /dev/null @@ -1,351 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_GameObject_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.GameObject); - args = new Type[]{}; - method = type.GetMethod("get_transform", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_transform_0); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Find", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Find_1); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("set_layer", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_layer_2); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(ETModel.ComponentView)}; - if (genericMethods.TryGetValue("AddComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, AddComponent_3); - - break; - } - } - } - args = new Type[]{typeof(global::ReferenceCollector)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_4); - - break; - } - } - } - args = new Type[]{typeof(UnityEngine.UI.Button)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_5); - - break; - } - } - } - args = new Type[]{typeof(UnityEngine.UI.Text)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_6); - - break; - } - } - } - args = new Type[]{typeof(UnityEngine.UI.InputField)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_7); - - break; - } - } - } - args = new Type[]{typeof(UnityEngine.Canvas)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_8); - - break; - } - } - } - args = new Type[]{typeof(UnityEngine.Camera)}; - if (genericMethods.TryGetValue("GetComponent", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 0) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, GetComponent_9); - - break; - } - } - } - - args = new Type[]{}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - - static StackObject* get_transform_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.transform; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* Find_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @name = (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 = UnityEngine.GameObject.Find(@name); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* set_layer_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @value = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.layer = value; - - return __ret; - } - - static StackObject* AddComponent_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.AddComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_5(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_6(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_7(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_8(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* GetComponent_9(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject instance_of_this_method = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.GetComponent(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - var result_of_this_method = new UnityEngine.GameObject(); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Input_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Input_Binding.cs deleted file mode 100644 index dcea260546dfe7c46ee53b0447591169cc71061e..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Input_Binding.cs +++ /dev/null @@ -1,67 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Input_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.Input); - args = new Type[]{typeof(System.Int32)}; - method = type.GetMethod("GetMouseButtonDown", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetMouseButtonDown_0); - args = new Type[]{}; - method = type.GetMethod("get_mousePosition", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_mousePosition_1); - - - } - - - static StackObject* GetMouseButtonDown_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Int32 @button = ptr_of_this_method->Value; - - - var result_of_this_method = UnityEngine.Input.GetMouseButtonDown(@button); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* get_mousePosition_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* __ret = ILIntepreter.Minus(__esp, 0); - - - var result_of_this_method = UnityEngine.Input.mousePosition; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_LayerMask_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_LayerMask_Binding.cs deleted file mode 100644 index 9a2cd39106a5cb1fe2f564502c9baacefa95e76a..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_LayerMask_Binding.cs +++ /dev/null @@ -1,122 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_LayerMask_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.LayerMask); - args = new Type[]{typeof(System.String[])}; - method = type.GetMethod("GetMask", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, GetMask_0); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("NameToLayer", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, NameToLayer_1); - - app.RegisterCLRCreateDefaultInstance(type, () => new UnityEngine.LayerMask()); - - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref UnityEngine.LayerMask instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as UnityEngine.LayerMask[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - static StackObject* GetMask_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String[] @layerNames = (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 = UnityEngine.LayerMask.GetMask(@layerNames); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - static StackObject* NameToLayer_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @layerName = (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 = UnityEngine.LayerMask.NameToLayer(@layerName); - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Object_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Object_Binding.cs deleted file mode 100644 index 5d776f64146c5247e0ad91a8b36d82b991cd4739..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Object_Binding.cs +++ /dev/null @@ -1,168 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Object_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.Object); - args = new Type[]{typeof(UnityEngine.Object), typeof(UnityEngine.Object)}; - method = type.GetMethod("op_Inequality", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, op_Inequality_0); - args = new Type[]{typeof(UnityEngine.Object)}; - method = type.GetMethod("Destroy", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Destroy_1); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("set_name", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, set_name_2); - Dictionary> genericMethods = new Dictionary>(); - List lst = null; - foreach(var m in type.GetMethods()) - { - if(m.IsGenericMethodDefinition) - { - if (!genericMethods.TryGetValue(m.Name, out lst)) - { - lst = new List(); - genericMethods[m.Name] = lst; - } - lst.Add(m); - } - } - args = new Type[]{typeof(UnityEngine.GameObject)}; - if (genericMethods.TryGetValue("Instantiate", out lst)) - { - foreach(var m in lst) - { - if(m.GetParameters().Length == 1) - { - method = m.MakeGenericMethod(args); - app.RegisterCLRMethodRedirection(method, Instantiate_3); - - break; - } - } - } - args = new Type[]{typeof(UnityEngine.Object), typeof(UnityEngine.Object)}; - method = type.GetMethod("op_Equality", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, op_Equality_4); - - - } - - - static StackObject* op_Inequality_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Object @y = (UnityEngine.Object)typeof(UnityEngine.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.Object @x = (UnityEngine.Object)typeof(UnityEngine.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = x != y; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - static StackObject* Destroy_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Object @obj = (UnityEngine.Object)typeof(UnityEngine.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - UnityEngine.Object.Destroy(@obj); - - return __ret; - } - - static StackObject* set_name_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @value = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.Object instance_of_this_method = (UnityEngine.Object)typeof(UnityEngine.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.name = value; - - return __ret; - } - - static StackObject* Instantiate_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.GameObject @original = (UnityEngine.GameObject)typeof(UnityEngine.GameObject).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = UnityEngine.Object.Instantiate(@original); - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* op_Equality_4(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Object @y = (UnityEngine.Object)typeof(UnityEngine.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.Object @x = (UnityEngine.Object)typeof(UnityEngine.Object).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - - var result_of_this_method = x == y; - - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Physics_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Physics_Binding.cs deleted file mode 100644 index 34adc0849b0974d60ebe06a34805473e19ffeb57..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Physics_Binding.cs +++ /dev/null @@ -1,124 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Physics_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.Physics); - args = new Type[]{typeof(UnityEngine.Ray), typeof(UnityEngine.RaycastHit).MakeByRefType(), typeof(System.Single), typeof(System.Int32)}; - method = type.GetMethod("Raycast", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Raycast_0); - - - } - - - static StackObject* Raycast_0(ILIntepreter __intp, StackObject* __esp, IList __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.Int32 @layerMask = ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Single @maxDistance = *(float*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - UnityEngine.RaycastHit @hitInfo = (UnityEngine.RaycastHit)typeof(UnityEngine.RaycastHit).CheckCLRTypes(__intp.RetriveObject(ptr_of_this_method, __mStack)); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 4); - UnityEngine.Ray @ray = (UnityEngine.Ray)typeof(UnityEngine.Ray).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - - - var result_of_this_method = UnityEngine.Physics.Raycast(@ray, out @hitInfo, @maxDistance, @layerMask); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.StackObjectReference: - { - var ___dst = *(StackObject**)&ptr_of_this_method->Value; - object ___obj = @hitInfo; - if (___dst->ObjectType >= ObjectTypes.Object) - { - if (___obj is CrossBindingAdaptorType) - ___obj = ((CrossBindingAdaptorType)___obj).ILInstance; - __mStack[___dst->Value] = ___obj; - } - else - { - ILIntepreter.UnboxObject(___dst, ___obj, __mStack, __domain); - } - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = @hitInfo; - } - else - { - var ___type = __domain.GetType(___obj.GetType()) as CLRType; - ___type.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, @hitInfo); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var ___type = __domain.GetType(ptr_of_this_method->Value); - if(___type is ILType) - { - ((ILType)___type).StaticInstance[ptr_of_this_method->ValueLow] = @hitInfo; - } - else - { - ((CLRType)___type).SetStaticFieldValue(ptr_of_this_method->ValueLow, @hitInfo); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as UnityEngine.RaycastHit[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = @hitInfo; - } - break; - } - - __intp.Free(ptr_of_this_method); - ptr_of_this_method = ILIntepreter.Minus(__esp, 4); - __intp.FreeStackValueType(ptr_of_this_method); - __intp.Free(ptr_of_this_method); - __ret->ObjectType = ObjectTypes.Integer; - __ret->Value = result_of_this_method ? 1 : 0; - return __ret + 1; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_TextAsset_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_TextAsset_Binding.cs deleted file mode 100644 index b14eb7ea2a05e9a1a59d9b04f68049361245df7f..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_TextAsset_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_TextAsset_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.TextAsset); - args = new Type[]{}; - method = type.GetMethod("get_text", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_text_0); - - - } - - - static StackObject* get_text_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.TextAsset instance_of_this_method = (UnityEngine.TextAsset)typeof(UnityEngine.TextAsset).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.text; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Transform_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Transform_Binding.cs deleted file mode 100644 index 72c3bfaec529e964c92dacd4d715a5aa75f55d76..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Transform_Binding.cs +++ /dev/null @@ -1,125 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Transform_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.Transform); - args = new Type[]{typeof(UnityEngine.Transform), typeof(System.Boolean)}; - method = type.GetMethod("SetParent", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SetParent_0); - args = new Type[]{typeof(System.String)}; - method = type.GetMethod("Find", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Find_1); - args = new Type[]{typeof(UnityEngine.Transform)}; - method = type.GetMethod("SetParent", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SetParent_2); - args = new Type[]{}; - method = type.GetMethod("SetAsFirstSibling", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, SetAsFirstSibling_3); - - - } - - - static StackObject* SetParent_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Boolean @worldPositionStays = ptr_of_this_method->Value == 1; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.Transform @parent = (UnityEngine.Transform)typeof(UnityEngine.Transform).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - UnityEngine.Transform instance_of_this_method = (UnityEngine.Transform)typeof(UnityEngine.Transform).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.SetParent(@parent, @worldPositionStays); - - return __ret; - } - - static StackObject* Find_1(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.String @n = (System.String)typeof(System.String).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.Transform instance_of_this_method = (UnityEngine.Transform)typeof(UnityEngine.Transform).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.Find(@n); - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - static StackObject* SetParent_2(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 2); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Transform @p = (UnityEngine.Transform)typeof(UnityEngine.Transform).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - UnityEngine.Transform instance_of_this_method = (UnityEngine.Transform)typeof(UnityEngine.Transform).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.SetParent(@p); - - return __ret; - } - - static StackObject* SetAsFirstSibling_3(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.Transform instance_of_this_method = (UnityEngine.Transform)typeof(UnityEngine.Transform).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - instance_of_this_method.SetAsFirstSibling(); - - return __ret; - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_UI_Button_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_UI_Button_Binding.cs deleted file mode 100644 index 1ad9e57a11ffff8fc801be231da6d8598ae0f5e7..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_UI_Button_Binding.cs +++ /dev/null @@ -1,56 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_UI_Button_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.UI.Button); - args = new Type[]{}; - method = type.GetMethod("get_onClick", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_onClick_0); - - - } - - - static StackObject* get_onClick_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.UI.Button instance_of_this_method = (UnityEngine.UI.Button)typeof(UnityEngine.UI.Button).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.onClick; - - object obj_result_of_this_method = result_of_this_method; - if(obj_result_of_this_method is CrossBindingAdaptorType) - { - return ILIntepreter.PushObject(__ret, __mStack, ((CrossBindingAdaptorType)obj_result_of_this_method).ILInstance); - } - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_UI_InputField_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_UI_InputField_Binding.cs deleted file mode 100644 index 764db8873fc31219d63099c8e4edfc209cf11971..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_UI_InputField_Binding.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_UI_InputField_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - Type[] args; - Type type = typeof(UnityEngine.UI.InputField); - args = new Type[]{}; - method = type.GetMethod("get_text", flag, null, args, null); - app.RegisterCLRMethodRedirection(method, get_text_0); - - - } - - - static StackObject* get_text_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 1); - - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - UnityEngine.UI.InputField instance_of_this_method = (UnityEngine.UI.InputField)typeof(UnityEngine.UI.InputField).CheckCLRTypes(StackObject.ToObject(ptr_of_this_method, __domain, __mStack)); - __intp.Free(ptr_of_this_method); - - var result_of_this_method = instance_of_this_method.text; - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - - } -} diff --git a/Unity/Assets/Model/ILBinding/UnityEngine_Vector3_Binding.cs b/Unity/Assets/Model/ILBinding/UnityEngine_Vector3_Binding.cs deleted file mode 100644 index b03c1b0f93bf8b59d117ad0a1d86f606a90807e2..0000000000000000000000000000000000000000 --- a/Unity/Assets/Model/ILBinding/UnityEngine_Vector3_Binding.cs +++ /dev/null @@ -1,155 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Runtime.InteropServices; - -using ILRuntime.CLR.TypeSystem; -using ILRuntime.CLR.Method; -using ILRuntime.Runtime.Enviorment; -using ILRuntime.Runtime.Intepreter; -using ILRuntime.Runtime.Stack; -using ILRuntime.Reflection; -using ILRuntime.CLR.Utils; - -namespace ILRuntime.Runtime.Generated -{ - unsafe class UnityEngine_Vector3_Binding - { - public static void Register(ILRuntime.Runtime.Enviorment.AppDomain app) - { - BindingFlags flag = BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.DeclaredOnly; - MethodBase method; - FieldInfo field; - Type[] args; - Type type = typeof(UnityEngine.Vector3); - - field = type.GetField("x", flag); - app.RegisterCLRFieldGetter(field, get_x_0); - app.RegisterCLRFieldSetter(field, set_x_0); - field = type.GetField("y", flag); - app.RegisterCLRFieldGetter(field, get_y_1); - app.RegisterCLRFieldSetter(field, set_y_1); - field = type.GetField("z", flag); - app.RegisterCLRFieldGetter(field, get_z_2); - app.RegisterCLRFieldSetter(field, set_z_2); - - app.RegisterCLRCreateDefaultInstance(type, () => new UnityEngine.Vector3()); - - args = new Type[]{typeof(System.Single), typeof(System.Single), typeof(System.Single)}; - method = type.GetConstructor(flag, null, args, null); - app.RegisterCLRMethodRedirection(method, Ctor_0); - - } - - static void WriteBackInstance(ILRuntime.Runtime.Enviorment.AppDomain __domain, StackObject* ptr_of_this_method, IList __mStack, ref UnityEngine.Vector3 instance_of_this_method) - { - ptr_of_this_method = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); - switch(ptr_of_this_method->ObjectType) - { - case ObjectTypes.Object: - { - __mStack[ptr_of_this_method->Value] = instance_of_this_method; - } - break; - case ObjectTypes.FieldReference: - { - var ___obj = __mStack[ptr_of_this_method->Value]; - if(___obj is ILTypeInstance) - { - ((ILTypeInstance)___obj)[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - var t = __domain.GetType(___obj.GetType()) as CLRType; - t.SetFieldValue(ptr_of_this_method->ValueLow, ref ___obj, instance_of_this_method); - } - } - break; - case ObjectTypes.StaticFieldReference: - { - var t = __domain.GetType(ptr_of_this_method->Value); - if(t is ILType) - { - ((ILType)t).StaticInstance[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - else - { - ((CLRType)t).SetStaticFieldValue(ptr_of_this_method->ValueLow, instance_of_this_method); - } - } - break; - case ObjectTypes.ArrayReference: - { - var instance_of_arrayReference = __mStack[ptr_of_this_method->Value] as UnityEngine.Vector3[]; - instance_of_arrayReference[ptr_of_this_method->ValueLow] = instance_of_this_method; - } - break; - } - } - - - static object get_x_0(ref object o) - { - return ((UnityEngine.Vector3)o).x; - } - static void set_x_0(ref object o, object v) - { - var h = GCHandle.Alloc(o, GCHandleType.Pinned); - UnityEngine.Vector3* p = (UnityEngine.Vector3 *)(void *)h.AddrOfPinnedObject(); - p->x = (System.Single)v; - h.Free(); - } - static object get_y_1(ref object o) - { - return ((UnityEngine.Vector3)o).y; - } - static void set_y_1(ref object o, object v) - { - var h = GCHandle.Alloc(o, GCHandleType.Pinned); - UnityEngine.Vector3* p = (UnityEngine.Vector3 *)(void *)h.AddrOfPinnedObject(); - p->y = (System.Single)v; - h.Free(); - } - static object get_z_2(ref object o) - { - return ((UnityEngine.Vector3)o).z; - } - static void set_z_2(ref object o, object v) - { - var h = GCHandle.Alloc(o, GCHandleType.Pinned); - UnityEngine.Vector3* p = (UnityEngine.Vector3 *)(void *)h.AddrOfPinnedObject(); - p->z = (System.Single)v; - h.Free(); - } - - static StackObject* Ctor_0(ILIntepreter __intp, StackObject* __esp, IList __mStack, CLRMethod __method, bool isNewObj) - { - ILRuntime.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain; - StackObject* ptr_of_this_method; - StackObject* __ret = ILIntepreter.Minus(__esp, 3); - ptr_of_this_method = ILIntepreter.Minus(__esp, 1); - System.Single @z = *(float*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 2); - System.Single @y = *(float*)&ptr_of_this_method->Value; - - ptr_of_this_method = ILIntepreter.Minus(__esp, 3); - System.Single @x = *(float*)&ptr_of_this_method->Value; - - - var result_of_this_method = new UnityEngine.Vector3(@x, @y, @z); - - if(!isNewObj) - { - __ret--; - WriteBackInstance(__domain, __ret, __mStack, ref result_of_this_method); - return __ret; - } - - return ILIntepreter.PushObject(__ret, __mStack, result_of_this_method); - } - - - } -} diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/CLR/Method/CLRMethod.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/CLR/Method/CLRMethod.cs index b9a2dce27d30f625ab6d3e9bc10f0d5be86f91f2..3eced6aa21c184c2a47993f7337335fe2c665199 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/CLR/Method/CLRMethod.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/CLR/Method/CLRMethod.cs @@ -298,7 +298,7 @@ namespace ILRuntime.CLR.Method { case ObjectTypes.StackObjectReference: { - var dst = *(StackObject**)&p->Value; + var dst = p->ValueLong; if (dst->ObjectType >= ObjectTypes.Object) { var obj = val; diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/CLRBinding/ConstructorBindingGenerator.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/CLRBinding/ConstructorBindingGenerator.cs index 3b2a552d4bf55a932a3c1151923320d951042464..cf1263f46a521e417924b57551281ea1843a897f 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/CLRBinding/ConstructorBindingGenerator.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/CLRBinding/ConstructorBindingGenerator.cs @@ -201,7 +201,7 @@ namespace ILRuntime.Runtime.CLRBinding { case ObjectTypes.StackObjectReference: { - var ___dst = *(StackObject**)&ptr_of_this_method->Value;"); + var ___dst = ptr_of_this_method->ValueLong;"); if (p.ParameterType.IsValueType && !p.ParameterType.IsPrimitive && valueTypeBinders != null && valueTypeBinders.Contains(p.ParameterType)) { diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/CLRBinding/MethodBindingGenerator.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/CLRBinding/MethodBindingGenerator.cs index 1ee92d12bf1ff21fc228f05b01632c4aa5f64fb3..0076b6b7331e0dd748639556cb6a8002f21a49ba 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/CLRBinding/MethodBindingGenerator.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/CLRBinding/MethodBindingGenerator.cs @@ -481,7 +481,7 @@ namespace ILRuntime.Runtime.CLRBinding { case ObjectTypes.StackObjectReference: { - var ___dst = *(StackObject**)&ptr_of_this_method->Value;"); + var ___dst = ptr_of_this_method->ValueLong;"); if (pt.IsValueType && !pt.IsPrimitive && valueTypeBinders != null && valueTypeBinders.Contains(pt)) { diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Debugger/DebugService.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Debugger/DebugService.cs index bc89904f500d8bcb28df309f4e9e9b4efedc6311..9b2598a3783f57837a7aa6b72520c67145b70300 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Debugger/DebugService.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Debugger/DebugService.cs @@ -130,7 +130,7 @@ namespace ILRuntime.Runtime.Debugger arg--; if (arg->ObjectType == ObjectTypes.StackObjectReference) { - arg = *(StackObject**)&arg->Value; + arg = arg->ValueLong; } ILTypeInstance instance = arg->ObjectType != ObjectTypes.Null ? intepreter.Stack.ManagedStack[arg->Value] as ILTypeInstance : null; if (instance == null) @@ -1004,7 +1004,7 @@ namespace ILRuntime.Runtime.Debugger if (i < esp) { if (i->ObjectType == ObjectTypes.ValueTypeObjectReference) - VisitValueTypeReference(*(StackObject**)&i->Value, leakVObj); + VisitValueTypeReference(i->ValueLong, leakVObj); } if (isLocal) { @@ -1061,13 +1061,13 @@ namespace ILRuntime.Runtime.Debugger { case ObjectTypes.StackObjectReference: { - sb.Append(string.Format("Value:0x{0:X8}", (long)*(StackObject**)&esp->Value)); + sb.Append(string.Format("Value:0x{0:X8}", (long)esp->ValueLong)); } break; case ObjectTypes.ValueTypeObjectReference: { object obj = null; - var dst = *(StackObject**)&esp->Value; + var dst = esp->ValueLong; if (dst > valueTypeEnd) obj = StackObject.ToObject(esp, domain, mStack); if (obj != null) @@ -1075,7 +1075,7 @@ namespace ILRuntime.Runtime.Debugger text += string.Format("({0})", domain.GetType(dst->Value)); } - sb.Append(string.Format("Value:0x{0:X8} Text:{1} ", (long)*(StackObject**)&esp->Value, text)); + sb.Append(string.Format("Value:0x{0:X8} Text:{1} ", (long)esp->ValueLong, text)); break; default: { @@ -1104,7 +1104,7 @@ namespace ILRuntime.Runtime.Debugger var ptr = Minus(esp, i + 1); if (ptr->ObjectType == ObjectTypes.ValueTypeObjectReference) { - VisitValueTypeReference(*(StackObject**)&ptr->Value, leak); + VisitValueTypeReference(ptr->ValueLong, leak); } } } diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Enviorment/ValueTypeBinder.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Enviorment/ValueTypeBinder.cs index 9cde297158e92a228aa91bd2f2ec31dc709f2679..365b35e77668d060b04fd93d07e8c0fda449506b 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Enviorment/ValueTypeBinder.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Enviorment/ValueTypeBinder.cs @@ -46,7 +46,7 @@ namespace ILRuntime.Runtime.Enviorment { case ObjectTypes.ValueTypeObjectReference: { - var dst = *(StackObject**)&esp->Value; + var dst = esp->ValueLong; var vb = ((CLRType)domain.GetType(dst->Value)).ValueTypeBinder as ValueTypeBinder; if (vb != null) { @@ -76,7 +76,7 @@ namespace ILRuntime.Runtime.Enviorment break; case ObjectTypes.ValueTypeObjectReference: { - var dst = *(StackObject**)&esp->Value; + var dst = esp->ValueLong; var vb = ((CLRType)domain.GetType(dst->Value)).ValueTypeBinder as ValueTypeBinder; if (vb != null) { @@ -117,7 +117,7 @@ namespace ILRuntime.Runtime.Enviorment var a = ILIntepreter.GetObjectAndResolveReference(ptr_of_this_method); if (a->ObjectType == ObjectTypes.ValueTypeObjectReference) { - var ptr = *(StackObject**)&a->Value; + var ptr = a->ValueLong; AssignFromStack(ref value, ptr, mStack); if (shouldFree) intp.FreeStackValueType(ptr_of_this_method); @@ -175,7 +175,7 @@ namespace ILRuntime.Runtime.Enviorment break; case ObjectTypes.ValueTypeObjectReference: { - var dst = *((StackObject**)&ptr_of_this_method->Value); + var dst = ptr_of_this_method->ValueLong; CopyValueTypeToStack(ref instance_of_this_method, dst, mStack); } break; @@ -185,7 +185,7 @@ namespace ILRuntime.Runtime.Enviorment public void PushValue(ref T value, ILIntepreter intp, StackObject* ptr_of_this_method, IList mStack) { intp.AllocValueType(ptr_of_this_method, clrType); - var dst = *((StackObject**)&ptr_of_this_method->Value); + var dst = ptr_of_this_method->ValueLong; CopyValueTypeToStack(ref value, dst, mStack); } } diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Intepreter/ILIntepreter.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Intepreter/ILIntepreter.cs index 3fcaf66447b4ad19cf6a13619505b1c1c933afd2..3720be6bc1b0f9b020b0d3cfa8c7e65402e9e41c 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Intepreter/ILIntepreter.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Intepreter/ILIntepreter.cs @@ -253,7 +253,7 @@ namespace ILRuntime.Runtime.Intepreter { var a = Add(arg, ip->TokenInteger); esp->ObjectType = ObjectTypes.StackObjectReference; - *(StackObject**)&esp->Value = a; + esp->ValueLong = a; esp++; } break; @@ -268,7 +268,7 @@ namespace ILRuntime.Runtime.Intepreter { if (a->ObjectType == ObjectTypes.ValueTypeObjectReference) { - var dst = *((StackObject**)&a->Value); + var dst = a->ValueLong; CopyValueTypeToStack(dst, mStack[val->Value], mStack); } else @@ -374,7 +374,7 @@ namespace ILRuntime.Runtime.Intepreter { var v = Add(frame.LocalVarPointer, ip->TokenInteger); esp->ObjectType = ObjectTypes.StackObjectReference; - *(StackObject**)&esp->Value = v; + esp->ValueLong = v; esp++; } break; @@ -461,7 +461,7 @@ namespace ILRuntime.Runtime.Intepreter switch (val->ObjectType) { case ObjectTypes.Object: - StackObject* dst = *(StackObject**)&objRef->Value; + StackObject* dst = objRef->ValueLong; CopyValueTypeToStack(dst, mStack[val->Value], mStack); break; case ObjectTypes.ValueTypeObjectReference: @@ -1722,7 +1722,7 @@ namespace ILRuntime.Runtime.Intepreter throw new NullReferenceException(); if (objRef->ObjectType == ObjectTypes.ValueTypeObjectReference) { - StackObject* dst = *(StackObject**)&objRef->Value; + StackObject* dst = objRef->ValueLong; var ft = domain.GetType(dst->Value) as ILType; ilm = ft.GetVirtualMethod(ilm) as ILMethod; } @@ -1816,7 +1816,7 @@ namespace ILRuntime.Runtime.Intepreter var objRef = GetObjectAndResolveReference(esp - 1 - 1); if (objRef->ObjectType == ObjectTypes.ValueTypeObjectReference) { - StackObject* dst = *(StackObject**)&objRef->Value; + StackObject* dst = objRef->ValueLong; var ft = domain.GetType(dst->Value); if (ft is ILType) CopyToValueTypeField(dst, (int)ip->TokenLong, esp - 1, mStack); @@ -1890,7 +1890,7 @@ namespace ILRuntime.Runtime.Intepreter break; case ObjectTypes.ValueTypeObjectReference: { - var dst = *(StackObject**)&objRef->Value; + var dst = objRef->ValueLong; var ct = domain.GetType(dst->Value) as CLRType; var binder = ct.ValueTypeBinder; binder.CopyValueTypeToStack(obj, dst, mStack); @@ -1919,7 +1919,7 @@ namespace ILRuntime.Runtime.Intepreter StackObject* objRef = GetObjectAndResolveReference(ret); if (objRef->ObjectType == ObjectTypes.ValueTypeObjectReference) { - var dst = *(StackObject**)&objRef->Value; + var dst = objRef->ValueLong; var ft = domain.GetType(dst->Value); if (ft is ILType) dst = Minus(dst, (int)ip->TokenLong + 1); @@ -1972,15 +1972,15 @@ namespace ILRuntime.Runtime.Intepreter StackObject* fieldAddr; if (ft is ILType) { - fieldAddr = Minus(*(StackObject**)&objRef->Value, (int)ip->TokenLong + 1); + fieldAddr = Minus(objRef->ValueLong, (int)ip->TokenLong + 1); } else { - fieldAddr = Minus(*(StackObject**)&objRef->Value, ((CLRType)ft).FieldIndexMapping[(int)ip->TokenLong] + 1); + fieldAddr = Minus(objRef->ValueLong, ((CLRType)ft).FieldIndexMapping[(int)ip->TokenLong] + 1); } StackObject valRef = *dst; dst->ObjectType = ObjectTypes.StackObjectReference; - *(StackObject**)&dst->Value = fieldAddr; + dst->ValueLong = fieldAddr; FreeStackValueType(&valRef); } else @@ -2364,7 +2364,7 @@ namespace ILRuntime.Runtime.Intepreter stack.AllocValueType(esp, type); objRef = esp + 1; objRef->ObjectType = ObjectTypes.StackObjectReference; - *(StackObject**)&objRef->Value = esp; + objRef->ValueLong = esp; objRef++; } else @@ -2858,7 +2858,7 @@ namespace ILRuntime.Runtime.Intepreter { if(obj->ObjectType== ObjectTypes.ValueTypeObjectReference) { - var dst = *(StackObject**)&obj->Value; + var dst = obj->ValueLong; var vt = domain.GetType(dst->Value); if (vt != type) throw new InvalidCastException(); @@ -3021,7 +3021,7 @@ namespace ILRuntime.Runtime.Intepreter case ObjectTypes.Null: throw new NullReferenceException(); case ObjectTypes.ValueTypeObjectReference: - stack.ClearValueTypeObject(type, *(StackObject**)&objRef->Value); + stack.ClearValueTypeObject(type, objRef->ValueLong); break; case ObjectTypes.Object: { @@ -3121,7 +3121,7 @@ namespace ILRuntime.Runtime.Intepreter { if (objRef->ObjectType == ObjectTypes.ValueTypeObjectReference) { - stack.ClearValueTypeObject(type, *(StackObject**)&objRef->Value); + stack.ClearValueTypeObject(type, objRef->ValueLong); } else if(type.IsPrimitive) StackObject.Initialized(objRef, type); @@ -3388,7 +3388,7 @@ namespace ILRuntime.Runtime.Intepreter if (ins.Type.IsValueType && !ins.Boxed) { AllocValueType(arrRef, ins.Type); - StackObject* dst = *((StackObject**)&arrRef->Value); + StackObject* dst = arrRef->ValueLong; ins.CopyValueTypeToStack(dst, mStack); esp = idx; } @@ -4157,9 +4157,9 @@ namespace ILRuntime.Runtime.Intepreter void CloneStackValueType(StackObject* src, StackObject* dst, IList mStack) { - StackObject* descriptor = *(StackObject**)&src->Value; + StackObject* descriptor = src->ValueLong; stack.AllocValueType(dst, AppDomain.GetType(descriptor->Value)); - StackObject* dstDescriptor = *(StackObject**)&dst->Value; + StackObject* dstDescriptor = dst->ValueLong; int cnt = descriptor->ValueLow; for(int i = 0; i < cnt; i++) { @@ -4178,8 +4178,8 @@ namespace ILRuntime.Runtime.Intepreter void CopyStackValueType(StackObject* src, StackObject* dst, IList mStack) { - StackObject* descriptor = *(StackObject**)&src->Value; - StackObject* dstDescriptor = *(StackObject**)&dst->Value; + StackObject* descriptor = src->ValueLong; + StackObject* dstDescriptor = dst->ValueLong; if (!CanCastTo(descriptor, dstDescriptor)) throw new InvalidCastException(); int cnt = descriptor->ValueLow; @@ -4243,7 +4243,7 @@ namespace ILRuntime.Runtime.Intepreter if (dst->ObjectType == ObjectTypes.ValueTypeObjectReference) { var ins = mStack[val->Value]; - dst = *(StackObject**)&dst->Value; + dst = dst->ValueLong; CopyValueTypeToStack(dst, ins, mStack); } @@ -4286,12 +4286,12 @@ namespace ILRuntime.Runtime.Intepreter var obj = mStack[esp->Value]; if (obj is ILTypeInstance) { - var dst = *(StackObject**)&v->Value; + var dst = v->ValueLong; ((ILTypeInstance)obj).CopyValueTypeToStack(dst, mStack); } else { - var dst = *(StackObject**)&v->Value; + var dst = v->ValueLong; var ct = domain.GetType(dst->Value) as CLRType; var binder = ct.ValueTypeBinder; binder.CopyValueTypeToStack(obj, dst, mStack); @@ -4933,7 +4933,7 @@ namespace ILRuntime.Runtime.Intepreter { if (esp->ObjectType == ObjectTypes.StackObjectReference) { - return *(StackObject**)&esp->Value; + return esp->ValueLong; } else return esp; @@ -5029,7 +5029,7 @@ namespace ILRuntime.Runtime.Intepreter { if (esp->ObjectType == ObjectTypes.ValueTypeObjectReference && domain != null) { - var dst = *(StackObject**)&esp->Value; + var dst = esp->ValueLong; var vt = domain.GetType(dst->Value); if (obj is ILTypeInstance) @@ -5178,7 +5178,7 @@ namespace ILRuntime.Runtime.Intepreter { if (esp->ObjectType == ObjectTypes.ValueTypeObjectReference) { - var addr = *(StackObject**)&esp->Value; + var addr = esp->ValueLong; if (addr <= ValueTypeBasePointer)//Only Stack allocation after base pointer should be freed, local variable are freed automatically stack.FreeValueTypeObject(esp); } diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Intepreter/ILTypeInstance.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Intepreter/ILTypeInstance.cs index 1e2c1e866b3cb39f957344110255bdc181706f27..1b31bf928671eb3fd16e81361288bce6a82811ef 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Intepreter/ILTypeInstance.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Intepreter/ILTypeInstance.cs @@ -406,7 +406,7 @@ namespace ILRuntime.Runtime.Intepreter case ObjectTypes.ValueTypeObjectReference: { var obj = managedObjs[i]; - var dst = *(StackObject**)&val->Value; + var dst = val->ValueLong; var vt = type.AppDomain.GetType(dst->Value); if (vt is ILType) { @@ -449,7 +449,7 @@ namespace ILRuntime.Runtime.Intepreter internal unsafe void AssignFromStack(StackObject* esp, Enviorment.AppDomain appdomain, IList managedStack) { - StackObject* val = *(StackObject**)&esp->Value; + StackObject* val = esp->ValueLong; int cnt = val->ValueLow; for (int i = 0; i < cnt; i++) { @@ -475,7 +475,7 @@ namespace ILRuntime.Runtime.Intepreter var domain = type.AppDomain; field.ObjectType = ObjectTypes.Object; field.Value = fieldIdx; - var dst = *(StackObject**)&esp->Value; + var dst = esp->ValueLong; var vt = domain.GetType(dst->Value); if(vt is ILType) { diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Stack/RuntimeStack.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Stack/RuntimeStack.cs index cbf1e3f3423db3ca46d538dba408172903c69b8e..322f2f2731b2958195df6667be730624b446e915 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Stack/RuntimeStack.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Stack/RuntimeStack.cs @@ -126,7 +126,7 @@ namespace ILRuntime.Runtime.Stack { StackObject* oriAddr = frame.ValueTypeBasePointer; RelocateValueType(ret, ref frame.ValueTypeBasePointer, ref mStackBase); - *(StackObject**)&ret->Value = oriAddr; + ret->ValueLong = oriAddr; } ret++; } @@ -141,7 +141,7 @@ namespace ILRuntime.Runtime.Stack void RelocateValueType(StackObject* src, ref StackObject* dst, ref int mStackBase) { - StackObject* descriptor = *(StackObject**)&src->Value; + StackObject* descriptor = src->ValueLong; if (descriptor > dst) throw new StackOverflowException(); *dst = *descriptor; @@ -168,7 +168,7 @@ namespace ILRuntime.Runtime.Stack case ObjectTypes.ValueTypeObjectReference: var newAddr = endAddr; RelocateValueType(addr, ref endAddr, ref mStackBase); - *(StackObject**)&tarVal->Value = newAddr; + tarVal->ValueLong = newAddr; break; } } @@ -190,7 +190,7 @@ namespace ILRuntime.Runtime.Stack } ptr->ObjectType = ObjectTypes.ValueTypeObjectReference; var dst = valueTypePtr; - *(StackObject**)&ptr->Value = dst; + ptr->ValueLong = dst; dst->ObjectType = ObjectTypes.ValueTypeDescriptor; dst->Value = type.GetHashCode(); dst->ValueLow = fieldCount; @@ -288,7 +288,7 @@ namespace ILRuntime.Runtime.Stack switch (val->ObjectType) { case ObjectTypes.ValueTypeObjectReference: - ClearValueTypeObject(ft, *(StackObject**)&val->Value); + ClearValueTypeObject(ft, val->ValueLong); break; default: if (ft.IsValueType) @@ -327,7 +327,7 @@ namespace ILRuntime.Runtime.Stack { case ObjectTypes.ValueTypeObjectReference: { - var dst = *(StackObject**)&val->Value; + var dst = val->ValueLong; ClearValueTypeObject(vt, dst); } break; @@ -352,10 +352,10 @@ namespace ILRuntime.Runtime.Stack int start = int.MaxValue; int end = int.MinValue; StackObject* endAddr; - CountValueTypeManaged(esp, ref start, ref end, &endAddr); + CountValueTypeManaged(esp, ref start, ref end, out endAddr); if (endAddr == valueTypePtr) - valueTypePtr = *(StackObject**)&esp->Value; + valueTypePtr = esp->ValueLong; else throw new NotSupportedException(); if (start != int.MaxValue) @@ -373,11 +373,11 @@ namespace ILRuntime.Runtime.Stack } } - void CountValueTypeManaged(StackObject* esp, ref int start, ref int end, StackObject** endAddr) + void CountValueTypeManaged(StackObject* esp, ref int start, ref int end, out StackObject* endAddr) { - StackObject* descriptor = *(StackObject**)&esp->Value; + StackObject* descriptor = esp->ValueLong; int cnt = descriptor->ValueLow; - *endAddr = ILIntepreter.Minus(descriptor, cnt + 1); + endAddr = ILIntepreter.Minus(descriptor, cnt + 1); for (int i = 0; i < cnt; i++) { StackObject* addr = ILIntepreter.Minus(descriptor, i + 1); @@ -399,7 +399,7 @@ namespace ILRuntime.Runtime.Stack } break; case ObjectTypes.ValueTypeObjectReference: - CountValueTypeManaged(addr, ref start, ref end, endAddr); + CountValueTypeManaged(addr, ref start, ref end, out endAddr); break; } diff --git a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Stack/StackObject.cs b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Stack/StackObject.cs index 3722c8fae4b378064f737a51e2d064f0bff493db..16ad0510cfcc3c7544369cf5dbd53e10f796283b 100644 --- a/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Stack/StackObject.cs +++ b/Unity/Assets/ThirdParty/ILRuntime/ILRuntime/Runtime/Stack/StackObject.cs @@ -16,6 +16,20 @@ namespace ILRuntime.Runtime.Stack public int Value; public int ValueLow; + public unsafe StackObject* ValueLong + { + get + { + return (StackObject*)(this.Value << 32 | this.ValueLow); + } + set + { + long v = (long) value; + this.ValueLow = (int)(v & 0xffffffff); + this.Value = (int) (v >> 32); + } + } + public static bool operator ==(StackObject a, StackObject b) { return (a.ObjectType == b.ObjectType) && (a.Value == b.Value) && (a.ValueLow == b.ValueLow); @@ -89,11 +103,11 @@ namespace ILRuntime.Runtime.Stack } case ObjectTypes.StackObjectReference: { - return ToObject((*(StackObject**)&esp->Value), appdomain, mStack); + return ToObject(esp->ValueLong, appdomain, mStack); } case ObjectTypes.ValueTypeObjectReference: { - StackObject* dst = *(StackObject**)&esp->Value; + StackObject* dst = esp->ValueLong; IType type = appdomain.GetType(dst->Value); if (type is ILType) { diff --git a/Unity/ProjectSettings/ProjectVersion.txt b/Unity/ProjectSettings/ProjectVersion.txt index 2c6fec55af1b5bbb80e91d5143269002f4471d68..ca32b1e04244816d8d90203e0c31c8ec55d69f5e 100644 --- a/Unity/ProjectSettings/ProjectVersion.txt +++ b/Unity/ProjectSettings/ProjectVersion.txt @@ -1 +1 @@ -m_EditorVersion: 2018.3.0b9 +m_EditorVersion: 2018.3.0f2 diff --git a/Unity/Unity.Editor.csproj b/Unity/Unity.Editor.csproj index 9a867df3c68e2941a6431eab758b1890298c92b8..b67d919ce1e95820eefd22e9e25e80c595a5140e 100644 --- a/Unity/Unity.Editor.csproj +++ b/Unity/Unity.Editor.csproj @@ -23,7 +23,7 @@ full false Temp\bin\Debug\ - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45 + DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45;ILRuntime;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169 @@ -47,10 +47,10 @@ - C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEngine/UnityEngine.dll + C:\Apps\Unity\Editor\Data\Managed/UnityEngine/UnityEngine.dll - C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEditor.dll + C:\Apps\Unity\Editor\Data\Managed/UnityEditor.dll @@ -119,619 +119,619 @@ - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/Unity.Locator.dll + C:/Apps/Unity/Editor/Data/Managed/Unity.Locator.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEditor.Graphs.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll + C:/Apps/Unity/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll + C:/Apps/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll - D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll + C:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll diff --git a/Unity/Unity.Hotfix.csproj b/Unity/Unity.Hotfix.csproj index 8c16e0740df4b914cc89871718bfedf4c80f3a0a..daafdcf4ccbd834def5fb2c4374f554ab3a5d067 100644 --- a/Unity/Unity.Hotfix.csproj +++ b/Unity/Unity.Hotfix.csproj @@ -23,7 +23,7 @@ full false Temp\bin\Debug\ - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45 + DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45;ILRuntime;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169 @@ -47,10 +47,10 @@ - C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEngine/UnityEngine.dll + C:\Apps\Unity\Editor\Data\Managed/UnityEngine/UnityEngine.dll - C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEditor.dll + C:\Apps\Unity\Editor\Data\Managed/UnityEditor.dll @@ -122,619 +122,619 @@ - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/Unity.Locator.dll + C:/Apps/Unity/Editor/Data/Managed/Unity.Locator.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEditor.Graphs.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll + C:/Apps/Unity/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll + C:/Apps/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll - D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll + C:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll + C:/Apps/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll diff --git a/Unity/Unity.Model.csproj b/Unity/Unity.Model.csproj index 37152414d61b16156a3ff911eb7e1c7e0855f769..3d00afd2a03326e138c9473a154316b8de5b0c11 100644 --- a/Unity/Unity.Model.csproj +++ b/Unity/Unity.Model.csproj @@ -23,7 +23,7 @@ full false Temp\bin\Debug\ - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45 + DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45;ILRuntime;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169 @@ -47,10 +47,10 @@ - C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEngine/UnityEngine.dll + C:\Apps\Unity\Editor\Data\Managed/UnityEngine/UnityEngine.dll - C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEditor.dll + C:\Apps\Unity\Editor\Data\Managed/UnityEditor.dll @@ -172,8 +172,6 @@ - - @@ -242,15 +240,16 @@ + - + @@ -271,9 +270,11 @@ + + @@ -512,595 +513,598 @@ - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll + + + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll + + + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll - - - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/Unity.Locator.dll + C:/Apps/Unity/Editor/Data/Managed/Unity.Locator.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEditor.Graphs.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll + C:/Apps/Unity/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll + C:/Apps/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll - D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll + C:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll + C:/Apps/Unity/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll + C:/Apps/Unity/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll + C:/Apps/Unity/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll diff --git a/Unity/Unity.ThirdParty.csproj b/Unity/Unity.ThirdParty.csproj index ab68090c06fc2c3f7342576b271bce98edeafa02..7e04456bd40d1ef97597a7d2e8594da08e508cd4 100644 --- a/Unity/Unity.ThirdParty.csproj +++ b/Unity/Unity.ThirdParty.csproj @@ -23,7 +23,7 @@ full false Temp\bin\Debug\ - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45 + DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET45;ILRuntime;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER prompt 4 0169 @@ -47,10 +47,10 @@ - C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEngine/UnityEngine.dll + C:\Apps\Unity\Editor\Data\Managed/UnityEngine/UnityEngine.dll - C:\Apps\Unity 2018.3.0b9\Editor\Data\Managed/UnityEditor.dll + C:\Apps\Unity\Editor\Data\Managed/UnityEditor.dll @@ -635,595 +635,598 @@ - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll + + + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll + + + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll - - - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/Unity.Locator.dll + C:/Apps/Unity/Editor/Data/Managed/Unity.Locator.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll + C:/Apps/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/Managed/UnityEditor.Graphs.dll + C:/Apps/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll + C:/Apps/Unity/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll + C:/Apps/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll - D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll + C:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll - D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll + C:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll - D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll + C:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll + C:/Apps/Unity/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll + C:/Apps/Unity/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll + C:/Apps/Unity/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll - C:/Apps/Unity 2018.3.0b9/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll + C:/Apps/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll