How can i run hidden console application with parameters from universal windows application (VS2017), and redirect it's output into textblock/textblock?
I've found many examples with Process, but looks like all this examples written for console applications running another console applications.
In detail: this is UNIVERSAL WINDOWS APPLICATION, not standart or wpf app, there is no such element as Process and i can't add this from using. UWP just does not has this in libraries.
I want to know is there any way to comunicate with another process (console process) from UWP app.