OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - Reflection
Duration: 15:58 min
Description:
Reflection is a runtime type discovery. It is one of the most important concepts in the .NET Framework. In this video, I am going to demonstrate
how to use reflection to discover detailed information about a class Point.
We will display the fields, properties, and methods available in the class by using the Type class and its GetFields(), GetProperties() and GetMethods() methods.