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