using System; using System.Collections.Generic; using System.Reflection; namespace ILRuntime.Runtime.Generated { class CLRBindings { /// /// Initialize the CLR binding, please invoke this AFTER CLR Redirection registration /// public static void Initialize(ILRuntime.Runtime.Enviorment.AppDomain app) { System_Collections_Generic_List_1_Type_Binding.Register(app); System_Type_Binding.Register(app); Singleton_1_ModelCenter_Binding.Register(app); Snxxz_UI_ModelCenter_Binding.Register(app); Snxxz_UI_LoginModel_Binding.Register(app); } /// /// Release the CLR binding, please invoke this BEFORE ILRuntime Appdomain destroy /// public static void Shutdown(ILRuntime.Runtime.Enviorment.AppDomain app) { } } }