C# 클래스 xunit.runner.visualstudio.vs2010.installer.ModuleInstallerWrapper

파일 보기 프로젝트 열기: quetzalcoatl/xvsr10

공개 메소드들

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

메소드 상세

ArgvToCommandLine() 공개 정적인 메소드

public static ArgvToCommandLine ( IEnumerable args ) : string
args IEnumerable
리턴 string

EscapeBackslashes() 공개 정적인 메소드

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

FindNewestVersion() 공개 정적인 메소드

public static FindNewestVersion ( string filename, string toolRoot ) : string
filename string
toolRoot string
리턴 string

RunInteractive() 공개 정적인 메소드

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
리턴 void