Skip to content

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().
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x