What is Reflection in .NET?

Answers were Sorted based on User's Feedback



What is Reflection in .NET?..

Answer / guest

Reflection is the feature in .Net, which enables us to get
some information about object in runtime. That information
contains data of the class. Also it can get the names of
the methods that are inside the class and constructors of
that object.

Is This Answer Correct ?    39 Yes 3 No

What is Reflection in .NET?..

Answer / soumya

Reflection is a mechanism to retrieve type information of an
assembly at the run time.

Is This Answer Correct ?    16 Yes 0 No

What is Reflection in .NET?..

Answer / naren

Reflection is used to read assembly information using system.assembly.reflection

Is This Answer Correct ?    3 Yes 0 No

What is Reflection in .NET?..

Answer / honey

Reflection is the feature in .Net, which enables us to get
some information about object in runtime. That information
contains data of the class. Also it can get the names of
the methods that are inside the class and constructors of
that object.

Is This Answer Correct ?    3 Yes 1 No

What is Reflection in .NET?..

Answer / amit kumar gupta

Reflection is process to access the assembly matadata
informetion means that find the assembly version, Storg key,
assemble name,asseebly Cultureand and manifast informetion
means that find all the class and class member function of
assembly in runtime using the System.Reflection Name Space.

Is This Answer Correct ?    2 Yes 0 No

What is Reflection in .NET?..

Answer / satendra kasana

A MetaData Information Can be Process Called reflection

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Dot Net Framework Interview Questions

what is .edmx file and what it contains?

0 Answers   Microsoft,


What is the difference between entity framework and mvc?

0 Answers  


can we call the garbage collector to run explicicitly?

6 Answers   Kanbay, Volvo,


Does the .NET Framework have in-built support for serialization?

2 Answers  


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

0 Answers  






What is display mode in mvc?

0 Answers  


what is Thread Priority?

2 Answers  


Explain the advantages of asp.net mvc over asp.net?

0 Answers  


What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?

4 Answers   IBM,


What are the contents of assembly?

2 Answers  


Can you write a class without specifying namespace? Which namespace does it belong to by default?

1 Answers  


Is http stateful or stateless?

0 Answers  


Categories