C# 클래스 Manager_WPF.PluginInstallerHelper

상속: IMessageCallback
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

InstallPlugin() 공개 메소드

public InstallPlugin ( string PluginPackagePath, string &ErrorText ) : bool
PluginPackagePath string
ErrorText string
리턴 bool

InstallPlugin() 공개 메소드

public InstallPlugin ( string filepath ) : void
filepath string
리턴 void

UninstallPlugin() 공개 메소드

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

deleteFolder() 공개 메소드

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