What are the applications of reflections in C#?
Answers
Answered by
0
Main purpose of reflection is that it can be used to inspect assemblies,types and members. It's used to determine the contents of an unknown assembly or object . Reflection can be used to find all types in an assembly and /or dynamically invoke methods in an assembly.
I hope it will help you
Similar questions
Computer Science,
8 months ago
Computer Science,
1 year ago
Science,
1 year ago
Geography,
1 year ago
Math,
1 year ago