❔ The ``Instance`` value in ``BindingFlags``
I use the
GetMethod
and find the Instance
required if I need to get any method. But truly the method is not an instance and it is just a method. So why?3 Replies
BindingFlags Enum (System.Reflection)
Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.
Instance
here just means "not static"Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.