jeudi 13 août 2015

How to get Assembly from a Type object in UWP (aka .NET Core)

The Type class has got an Assembly attribute in .NET Framework. However this attribute is gone when you are writing an UWP which is of course using .NET Core. Only the AssemblyQualifiedName attribute is available.

How can I get to the Assembly from this name?

Please bear in mind that lot of the usual classes are not available in .NET Core, so your usual .NET Framework answer might not work. E.g. there is no such thing as AppDomain, etc.





Aucun commentaire:

Enregistrer un commentaire