예제 #1
0
 public void AddRawArgsString(string args)
 {
     CommandUtils.CombineArgs(ref _rawArgs, args);
 }
예제 #2
0
 public override string ToString()
 {
     return(CommandUtils.FormatCommand(File, Arguments));
 }