internal LocalHook(ILocalHook InInterface) { Interface = InInterface; }
static LocalHook() { Type t = Bindings.DynAsm.GetType("EasyHook.LocalHook_Specific"); Root_Interface = (ILocalHook)t.GetMethod("Constructor").Invoke(null, null); }