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 ?
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 ?