Computer Science, asked by jiveee35841, 1 year ago

What are the applications of reflections in C#?

Answers

Answered by tannoypathak
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