C# Class Manager_WPF.PluginInstallerHelper

Inheritance: IMessageCallback
显示文件 Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Methods

Method 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 method

public InstallPlugin ( string PluginPackagePath, string &ErrorText ) : bool
PluginPackagePath string
ErrorText string
return bool

InstallPlugin() public method

public InstallPlugin ( string filepath ) : void
filepath string
return void

UninstallPlugin() public method

Unistalls a plugin
public UninstallPlugin ( PluginDescription desc ) : bool
desc PluginDescription The information about the plugin to be deleted
return bool

deleteFolder() public method

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