Microsoft.NET Question:
Download Job Interview Questions and Answers PDF
Explain What is reflection in Microsoft .NET Context?
Answer:
Net Reflection :
The REFLECTION is used to read the metadata information like(type, reference and methods). Which is derived from system.assembly.reflection class object.
The simple meaning is to read assembly information by using this system.assembly.reflection class.
The REFLECTION is used to read the metadata information like(type, reference and methods). Which is derived from system.assembly.reflection class object.
The simple meaning is to read assembly information by using this system.assembly.reflection class.
Download Microsoft.NET Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain What is an Application Domain? | Explain garbage collection? |