What is reflection and what is it for?



What is reflection and what is it for?..

Answer / Chayan Prakash

Reflection in .NET is a runtime mechanism that allows one to inspect, modify and invoke members of an object at runtime. It's used for introspection, late binding, and dynamic invocation of objects and their members.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the difference between asp.net & vb.net and explain architecture?

1 Answers  


Why is .net used?

1 Answers  


How can you assign an rgb color to a system.drawing.color object?

1 Answers  


Explain the different parts of an assembly?

1 Answers  


What is a metadata in .net?

1 Answers  


What does cil do?

1 Answers  


Explain asp.net?

1 Answers  


Explain role-based security in .Net.

2 Answers  


As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

1 Answers  


Explain the difference between the stack and the heap?

1 Answers  


How many types of generations are there in a garbage collector?

1 Answers  


Is .net an object oriented language? What are their components?

1 Answers  


Categories