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
Please explain what inheritance is, and why it's important?
Is .net an object oriented language? What are their components?
What is multiThreading in .NET?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is garbage collection in .net? Explain the garbage collection process?
What is msil, il?
What is the difference between server.transfer and response.redirect? Why?
Is .net core managed code?
How big is the datatype int in .net?
Explain me what is .net web service?
What is namespace in .net?
Which namespace does it belong to by default?
Explain what does managed mean in the .net context?
What is a .net class?
What is "microsoft intermediate language" (msil)?