History, asked by pranjalagrawal38, 2 months ago

Reflection easy on kinds of variables and their uses

Answers

Answered by arjun8114
0

Answer:

Reflection can be used to create applications called type browsers which allow users to select types and then read the data provided about them. This example illustrates how to use the static method GetType to find the Type of a variable: The above example results in the following output: Implementing reflection in C# requires a two-step process.

Explanation:

Similar questions