C# UWP Windows 10 Inter Process Communication with MemoryMappedFiles missing

后端 未结 2 1056
面向向阳花
面向向阳花 2021-02-15 18:17

I\'m facing a new problem, that occured while coding my IPC for my app.

Before UWP I was able to use the directive using System.IO.MemoryMappedFiles; sucess

2条回答
  •  星月不相逢
    2021-02-15 19:05

    Direct inter-process communication is not available in Universal apps.

    You can use App Services or LaunchUriForResultsAsync to perform tasks that span multiple apps.

提交回复
热议问题