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