Reflection with winmd file

126 Views Asked by At

I want to use the reflection process in my c# app with

System.Reflection.Assembly.Load()

My problem is I don't want to use it with a .DLL file but with a .winmd file (in my case Windows.winmd).

Is it possible ?

0

There are 0 best solutions below