1.

When Reflection Is Useful?

Answer»

Reflection is USEFUL in the following situations:

  • When you have to access attributes in your program's metadata.
  • For examining and instantiating types in an assembly.
  • For building new types at RUNTIME. USE classes in System.Reflection. Emit.
  • For performing late binding, accessing METHODS on types created at run time.

Reflection is useful in the following situations:



Discussion

No Comment Found