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) { ILRuntime.CLR.TypeSystem.CLRType __clrType = null; } /// /// Release the CLR binding, please invoke this BEFORE ILRuntime Appdomain destroy /// public static void Shutdown(ILRuntime.Runtime.Enviorment.AppDomain app) { } } }