I am confusing about reflection.can any one tell about
REFLECTION with example?
Answer / naresh ch.behera
Refelction is the mechanism of discovering class
information solely at run time.Wondering where it would be
useful
example would be an Object browser.The code attached
here,loads all assemblies and displays each class,its
contructors, methods, properties and events in tree
view.The form also hase a command botton (labeled More
Reflection) in whose click event I create an object of
MyClass1 class based on the name of the class and invoke
its methods during run time.Here is an explanation of the
code with information on various classes and methods used.
| Is This Answer Correct ? | 3 Yes | 0 No |
What does 'managed' mean in the .NET context
why DotNetFramework is included in building a software
What is display mode in mvc?
What is entity graph? : Entity framework
What is net framework 3.0 ?
what is conceptual model?
What are Satellite Assemblies? How you will create this?
Can we look at the IL for an assembly?
Is dapper better than entity framework?
What is stateless model?
In razor syntax, what is the escape sequence character for @ symbol?
How to change the action name in mvc?