C# Class VoodooUI.PackageManager

Datei anzeigen Open project: ssube/VoodooShader

Public Methods

Method Description
ExistsInPath ( string fileName ) : bool
GetFullPath ( string fileName ) : string
PackageManager ( ) : System

Private Methods

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

Method Details

ExistsInPath() public static method

public static ExistsInPath ( string fileName ) : bool
fileName string
return bool

GetFullPath() public static method

public static GetFullPath ( string fileName ) : string
fileName string
return string

PackageManager() public method

public PackageManager ( ) : System
return System