Message 1 of 2
Reflection C#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is reflection of properties supported in the 2013 api. In 2011 I would use refelction to get the value of properties from objects via a generic method. However in 2013 the properties aren't being reflected anymore. For instance the WorkAxis object only has a Visible property refelected.
Has something changed with the members of the types in .NET?