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 |
How does the .net framework 3.0 relate to windows vista?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
How to bind table colum with gridview column?
What is a razor file?
Integer & struct are value types or reference types in .NET?
Difference between Dispose and Finalize method
What are the 2 popular asp.net mvc view engines?
Can I redirect tracing to a file
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?
what are the aggregate functions in ASP.NET?
Explain JSON Binding?
What is the use of finalize and dispose eventhough garbage collector is working?