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