C# Class xunit.runner.visualstudio.vs2010.installer.ModuleInstallerWrapper

ファイルを表示 Open project: quetzalcoatl/xvsr10

Public Methods

Method Description
ArgvToCommandLine ( IEnumerable args ) : string
EscapeBackslashes ( StringBuilder sb, string s, int lastSearchIndex ) : void
FindNewestVersion ( string filename, string toolRoot ) : string
RunInteractive ( bool wait, string localRoot, string devenvdir, string agentExecutables, Assembly refs, Assembly asms ) : void

Method Details

ArgvToCommandLine() public static method

public static ArgvToCommandLine ( IEnumerable args ) : string
args IEnumerable
return string

EscapeBackslashes() public static method

public static EscapeBackslashes ( StringBuilder sb, string s, int lastSearchIndex ) : void
sb StringBuilder
s string
lastSearchIndex int
return void

FindNewestVersion() public static method

public static FindNewestVersion ( string filename, string toolRoot ) : string
filename string
toolRoot string
return string

RunInteractive() public static method

public static RunInteractive ( bool wait, string localRoot, string devenvdir, string agentExecutables, Assembly refs, Assembly asms ) : void
wait bool
localRoot string
devenvdir string
agentExecutables string
refs System.Reflection.Assembly
asms System.Reflection.Assembly
return void