Load winmd library from within UWP app using reflection

203 views Asked by At

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?

0

There are 0 answers