コード例 #1
0
        // Uninstalls a module, if it exists.
        static int Remove(RemoveOptions options)
        {
            ModuleInstaller installer = new ModuleInstaller();

            installer.Uninstall(options.Modname);

            return(EXIT_OK);
        }