Exemplo n.º 1
0
 public void ToCommandLine(StringBuilder builder, LaunchProfile launchProfile)
 {
     this.ArgumentInfo.ToCommandLine(this, builder, launchProfile);
 }
Exemplo n.º 2
0
 protected virtual object GetParameter(Argument argument, LaunchProfile launchProfile)
 {
     return(this.HandleQuoteParamter(argument.Parameter));
 }
Exemplo n.º 3
0
 protected override string GetCommand(Argument argument, LaunchProfile launchProfile)
 {
     return(_commandMap[(T)argument.Parameter]);
 }
Exemplo n.º 4
0
 protected virtual string GetCommand(Argument argument, LaunchProfile launchProfile)
 {
     return(this.Command);
 }