using ILRuntime.Runtime.Enviorment; namespace JEngine.Core { public interface IRegisterHelper { void Register(AppDomain appdomain); } }