C# Class withSIX.Play.Core.Options.Entries.ExternalApp

Inheritance: PropertyChangedBase
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Свойство Type Description
CheckPreRequisites bool

Méthodes publiques

Méthode Description
ExternalApp ( string name, string path, string parameters, bool runAsAdmin, StartupType startupType ) : System
Launch ( IProcessManager processManager ) : void
LaunchWithChecks ( IProcessManager processManager, bool mp ) : void

Private Methods

Méthode Description
CheckPreRequisites ( bool mp ) : bool

Method Details

ExternalApp() public méthode

public ExternalApp ( string name, string path, string parameters, bool runAsAdmin, StartupType startupType ) : System
name string
path string
parameters string
runAsAdmin bool
startupType StartupType
Résultat System

Launch() public méthode

public Launch ( IProcessManager processManager ) : void
processManager IProcessManager
Résultat void

LaunchWithChecks() public méthode

public LaunchWithChecks ( IProcessManager processManager, bool mp ) : void
processManager IProcessManager
mp bool
Résultat void