C# Класс UninstallJava.Program

Runner class for uninstalling Java.
Показать файл Открыть проект

Открытые методы

Метод Описание
Main ( string args ) : void

Takes no arguments, when this program is run it will search for Java installed on the machine and run the uninstallation program for it. It will exit 0 if the uninstallation was successful, and 1 if the uninstallation was unsuccessful or it did not find Java to uninstall.

Описание методов

Main() публичный статический Метод

Takes no arguments, when this program is run it will search for Java installed on the machine and run the uninstallation program for it. It will exit 0 if the uninstallation was successful, and 1 if the uninstallation was unsuccessful or it did not find Java to uninstall.
public static Main ( string args ) : void
args string
Результат void