Anshuman Singh
What is Reflection In C#?
By Anshuman Singh in C# on Jul 23 2020
  • Ashirwad Satapathi
    Jul, 2020 27

    Reflection provides objects (of type Type) that describe assemblies, modules, and types. You can use reflection to dynamically create an instance of a type, bind the type to an existing object, or get the type from an existing object and invoke its methods or access its fields and properties.

    • 2
  • Raj Gangarde
    Feb, 2021 8

    Reflection helps us to browse methods, properties and function of a given class or assembly on run time. You can also invoke the methods and functions using reflection.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS