For building new types at runtime which class can be used? A. System B. System.Object C. System.NewClass D. System.Reflection.Emit. Answer Workspace Report Discuss Answer with explanation Answer: Option D Explanation For building new types at runtime System.Reflection.Emit namespace will be used. This namespace provides you a number of classes which you can use to build your type Workspace
Discuss about the question