Computer Science, asked by pradeepv2384, 1 year ago

What Is The Use Of System.reflection Namespace?

Answers

Answered by srilakshmi23
1

The System.Reflection namespace contains types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods

Answered by Anonymous
1

Explanation:

The System. Reflection namespace contains types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata.

These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods.

Similar questions