0

I want to load a windows runtime component (winmd file) written in c#, from our UWP app which is written in C++, using reflection.

But Assembly.load() fails with exception that assembly is not found. Is it possible to load winmd based assemblies via reflection in UWP (Win 10 store) apps?

Aliaksandr Sushkevich
  • 11,550
  • 7
  • 37
  • 44
  • 1
    Hi @user10436320 and welcome to StackOverflow. Could you post some code showing what you have tried so far? – Stig Perez Sep 30 '18 at 08:54
  • You could add reference to this c# windows runtime component directly in your c++ UWP project. Why did you want to use reflection? – Xie Steven Oct 01 '18 at 05:19

0 Answers0