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 ?
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 ?
Copyright © 2021 Jogjafile Inc.