Hello,
I don't understand how to set enum values with reflections.
Questions:
1) How do I set the enum and then call the constructor with reflections?
2) Is there any "Reflection parser tool", that generates reflections calls based on a existing dll? (I hope you understand what I mean)
Thank you for your help.
BR
I don't understand how to set enum values with reflections.
Questions:
1) How do I set the enum and then call the constructor with reflections?
Attachement:
Attachement attachement = new Attachement("Test.hex", AttachementContentType.Unspecified, new byte[] { 97, 98, 99, 100 });
2) Is there any "Reflection parser tool", that generates reflections calls based on a existing dll? (I hope you understand what I mean)
Thank you for your help.
BR
Last edited: