UWP pass informations between applications

Viewed 744

I use FullTrustProcessLauncher to launch another app which is a console application from my UWP application and I want to pass informations/parameters between these two apps.

Maybe I have to use SharedMemory or something like that ?

2 Answers
Related