I know that reflection can get the fields from a type. But I would like to get and set the fields of an instance of a object dynamicly. Is this possible?
-
If you know about reflection, can you please clarify exactly what it is you're asking about here?Lasse V. Karlsen– Lasse V. Karlsen2019-03-26 11:25:15 +00:00Commented Mar 26, 2019 at 11:25
-
@Jesse why do you keep mentioning a Web Software architecture? The question has nothing to do with Web. Also, even a 10 year old answer holds value, as long as it is still relevant (which it is) and answers the question (which it does). And, that's a lie, the most recent C# version released is C# 7.0 alongside Visual Studio 2017, C# 8.0 is not even close to releaseMindSwipe– MindSwipe2019-03-26 11:53:34 +00:00Commented Mar 26, 2019 at 11:53
-
@Jesse if the answer is still the best answer to the question, why re-invent the wheel?MindSwipe– MindSwipe2019-03-26 12:39:08 +00:00Commented Mar 26, 2019 at 12:39
-
@Jesse you can try over on the meta site, and I wish you all the best ;)MindSwipe– MindSwipe2019-03-26 13:17:26 +00:00Commented Mar 26, 2019 at 13:17
Add a comment
|