Esempio n. 1
0
 static public Stream ExecuteToStream(this ExternalRunner_Command item)
 {
     return(item.ExecuteToStream(item.GetDefaultArguments()));
 }
Esempio n. 2
0
 static public Stream ExecuteToStream(this ExternalRunner_Command item, IEnumerable <string> arguments)
 {
     return(item.ExecuteToStream(arguments.MakeCommand()));
 }