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 web api‘s in asp.net mvc 4 ?

0 Answers  


How to bind table coloum with gridview column

3 Answers   Sypher Technologies,


What is entitytype? : Entity framework

0 Answers  


What are html helpers in asp.net mvc?

0 Answers  


What is the version number for the next version of the .net framework, codenamed �orcas�?

0 Answers  






Tell me about the internal working of Garbage collector?

3 Answers   Honeywell,


What is difference between razor and web form engine?

0 Answers  


How we can add the CSS in ASP.Net MVC?

0 Answers  


explain what does .edmx file contains?

0 Answers   Microsoft,


Is mvc 4 supporting windows azure sdk (software development kit) ?

0 Answers  


What are the methods in Thread class?

3 Answers  


Which are the abstract classes available under system.xml namespace

1 Answers  


Categories