C# Class Manager_WPF.PluginInstallerHelper

Inheritance: IMessageCallback
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Méthodes publiques

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

Unistalls a plugin

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 PluginDescription The information about the plugin to be deleted
Résultat bool

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