Why reflection is used in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What are the valid parameter types we can pass in an Indexer ?

3 Answers   CMC,


What is multithreading? What are the problems that comes with multithreading and how to manage them?

0 Answers   MCN Solutions,


Difference between call by value and call by reference in C#?

0 Answers   Hexaware,


Name the control which cannot be placed in mdi?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,






What do you know about WM_CHAR message?

0 Answers   C DAC,


What are constants in c#?

0 Answers  


Is constructor a static method?

0 Answers  


What are the access modifiers in c#?

0 Answers  


Can you store multiple data types in System.Array?

5 Answers  


what is the Difference between the public and private ?

0 Answers   Microsoft,


Is c# 8 released?

0 Answers  


Categories