Tagged Questions
1
vote
1answer
177 views
WPF Assigning control Properties using reflection in c sharp
Hi I am trying to create an application that creates objects from data that is read from an XML file.
Using reflection I have managed to create the objects I need and assign some of the properties ...
0
votes
2answers
247 views
Createinstance() - Am I doing this right?
I'm trying to put together a plugins system with .NET, and I'm not sure if I'm doing it correctly. The basis of the system is that a specific directory ({apppath}/Plugins/) will have a bunch of ...