2
Answers

Pipeling arguments

jesus

jesus

16y
2.4k
1

How do you get the arguments in C#, when you send in pipelined arguments?

like

dir /S /B | someprogram.exe

How will someprogram be able to get the values returned from dir /S /B ?

 

 

Answers (2)