Reflection
IT Notes → C# @ December 22, 2020
- Enables us to get some information about object in runtime.
- GetField(varName, BindingFlags.XXX | BindingFlags.YYY etc).
- SetValue(null, newInt), GetValue(null).
- Typeof, System.Type, IsAbstract, IsClass, GetConstructors(), GetMethods().
Subscribe
Login
0 Comments
Oldest