What is Custom attribute? How to create? Namespace? If I'm
having custom attribute in an assembly, how to say that name
in the code? What is Reflection in .NET?
Answer Posted / suresh.gv
Reflection::
It is used to get Class info. at the runtime.
The Class info. defines::
no. of
constructors,methods,isobject,isvalue,issealed,ispublic,....
.
This can be achieve through Reflection.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain the process of compilation in .NET?
What is difference between static page and dynamic page?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
How is meant by dll in .net?
Why did they call it .net?
What is the purpose of enumerable class in .net?
Explain about the Common Language Runtime?
Which dll translate xml to sql in internet information server (iis)?
What are nullable types in .NET
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is difference between system.string and system.stringbuilder classes?
How to create multiple inheritance in c#, with example?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What is heap and what is stack?