public static void LhUninstallAllHooks() { if (Is64Bit) { NativeAPI_x64.LhUninstallAllHooks(); } else { NativeAPI_x86.LhUninstallAllHooks(); } }