How to find namespace of class by its name using reflection in .net core?
I have a list of string with only classes names. I need to create instances of them using Activator, but all of them can be in diffrent namespaces. Classes can be move into another namespace in the future so i can't hardcode it.
Aucun commentaire:
Enregistrer un commentaire