public int GetHookCount() { if (Disposed) { return(-1); } return(LuaCore.GetHookCount(Runtime.State)); }