I am doing a reflexive polling of an object. The code lists the constructors, properties, and methods. GetMethods( )returns properties of accessor / mutator methods and methods for adding / removing events.
How can I get only basic method definitions?
Update
.IsSpecialName
- operational property. Thanks, @Hans.
source
share