C# Class GUI.UserControlInstallerHelper

Helper class used to install new user controls
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Méthode Description
InstallPlugin ( string PluginPackagePath, string &ErrorText ) : bool
InstallPlugin ( string filepath ) : void
UninstallPlugin ( PluginDescription desc ) : bool

Unistalls a plugin

deleteAllFiles ( DirectoryInfo dir ) : void
deleteDir ( DirectoryInfo di ) : void
deleteFolder ( string FolderName ) : bool

Deletes a folder and its contents on disk

Method Details

InstallPlugin() public méthode

public InstallPlugin ( string PluginPackagePath, string &ErrorText ) : bool
PluginPackagePath string
ErrorText string
Résultat bool

InstallPlugin() public méthode

public InstallPlugin ( string filepath ) : void
filepath string
Résultat void

UninstallPlugin() public méthode

Unistalls a plugin
public UninstallPlugin ( PluginDescription desc ) : bool
desc OSAE.PluginDescription The information about the plugin to be deleted
Résultat bool

deleteAllFiles() public méthode

public deleteAllFiles ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Résultat void

deleteDir() public méthode

public deleteDir ( DirectoryInfo di ) : void
di System.IO.DirectoryInfo
Résultat void

deleteFolder() public méthode

Deletes a folder and its contents on disk
public deleteFolder ( string FolderName ) : bool
FolderName string The folder to be deleted
Résultat bool