C# 클래스 GUI.UserControlInstallerHelper

Helper class used to install new user controls
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

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

메소드 상세

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 OSAE.PluginDescription The information about the plugin to be deleted
리턴 bool

deleteAllFiles() 공개 메소드

public deleteAllFiles ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
리턴 void

deleteDir() 공개 메소드

public deleteDir ( DirectoryInfo di ) : void
di System.IO.DirectoryInfo
리턴 void

deleteFolder() 공개 메소드

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