ServiceInstallerDialog::Main Method ()
.NET Framework (current version)
Begins running a standard application message loop and displays the service account form.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
This method is equivalent to calling Application::Run on a new ServiceInstallerDialog form; it is typically used for testing purposes.
Call ShowDialog on the ServiceInstallerDialog form to display the dialog box in your application.
.NET Framework
Available since 1.1
Available since 1.1
Show: