Multiple choice technology web 2.0

How to find methods of an assembly file(not using ILDASM)

  1. Using: Reflection

  2. Execution process

  3. Both

  4. Can't be viewed due to security reasons

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Reflection is the .NET mechanism used to inspect assembly metadata at runtime, allowing developers to discover classes, methods, and properties programmatically.