C# Class FOG.MacInstall

Inheritance: IInstall
Afficher le fichier Open project: FOGProject/fog-client Class Usage Examples

Méthodes publiques

Méthode Description
Configure ( ) : bool
GetLocation ( ) : string
Install ( ) : bool
Install ( string https, string tray, string server, string webRoot, string company, string rootLog ) : bool
PrepareFiles ( ) : bool
PrintInfo ( ) : void
Uninstall ( ) : bool

Method Details

Configure() public méthode

public Configure ( ) : bool
Résultat bool

GetLocation() public méthode

public GetLocation ( ) : string
Résultat string

Install() public méthode

public Install ( ) : bool
Résultat bool

Install() public méthode

public Install ( string https, string tray, string server, string webRoot, string company, string rootLog ) : bool
https string
tray string
server string
webRoot string
company string
rootLog string
Résultat bool

PrepareFiles() public méthode

public PrepareFiles ( ) : bool
Résultat bool

PrintInfo() public méthode

public PrintInfo ( ) : void
Résultat void

Uninstall() public méthode

public Uninstall ( ) : bool
Résultat bool