How to create a COM object in a UWP application? (C#)

前端 未结 4 1069
伪装坚强ぢ
伪装坚强ぢ 2020-12-25 08:17

Question: How to create COM object in a Universal Windows Platform (UWP) application?

Motivation: I want to switch from WPF to UW

4条回答
  •  梦毁少年i
    2020-12-25 08:52

    On the other site, the UWP/ WinRT way seems the only way MS is going on there OS for security reasons. I don't know if the Sandbox would be able to detect on a old school custom COM object called from allowed object a not allowed action. I hope this is possible for the Sandbox.

提交回复
热议问题