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
What is COM Interoperability in .NET
Explain the .net framework overview?
Difference between value type & reference types ?
How to Create and Consume a Web Service?
What is the difference between imperative and interrogative code?
Explain what is a delegate?
What is assemblies in .net?
Differences between namespace, class, assembly?
Explain what rare the types of jit and what is econo-jit?
What is .net assembly?
Is .net front end or backend?
What is the difference between server.transfer and response.redirect? Why?
What is the advantage of .net core?
Explain re-clarification of object based in .net?
Tell us what is the difference between struct and class?