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?