C# 클래스 VoodooUI.PackageManager

파일 보기 프로젝트 열기: ssube/VoodooShader

공개 메소드들

메소드 설명
ExistsInPath ( string fileName ) : bool
GetFullPath ( string fileName ) : string
PackageManager ( ) : System

비공개 메소드들

메소드 설명
ButtonInstall ( object sender, EventArgs e ) : void
ButtonRemove ( object sender, EventArgs e ) : void
ButtonUpdate ( object sender, EventArgs e ) : void
ClonePackage ( String source, String branch, String package ) : void
CopyRecursive ( String source, String dest ) : void
CopyToGlobal ( String local, String subdir ) : void
FindPackages ( String root ) : List
FormShown ( object sender, EventArgs e ) : void
GitInPath ( ) : bool
GitProgramFiles ( ) : string
PackageSelect ( object sender, TreeViewEventArgs e ) : void
RefreshTree ( ) : void
RemovePackage ( String package ) : void
StartupCheck ( ) : void
UpdatePackage ( String package ) : void
client_DownloadFileCompleted ( object sender, System e ) : void
client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
webBrowser1_Navigating ( object sender, WebBrowserNavigatingEventArgs e ) : void

메소드 상세

ExistsInPath() 공개 정적인 메소드

public static ExistsInPath ( string fileName ) : bool
fileName string
리턴 bool

GetFullPath() 공개 정적인 메소드

public static GetFullPath ( string fileName ) : string
fileName string
리턴 string

PackageManager() 공개 메소드

public PackageManager ( ) : System
리턴 System