Quantcast
Channel: Answers for "[RESOLVED]How to get all available parameters from target Component"
Viewing all articles
Browse latest Browse all 6

Answer by frarees

$
0
0
If you want to access class members (i.e. fields, properties, methods...) you shall use __reflection__ (System.Reflection namespace). Check [MSDN docs][1]. Here's a simple example that would get all the public fields defined in a `Test` class. FieldInfo[] fields = typeof (Test).GetFields (); [1]: https://msdn.microsoft.com/en-us/library/ms173183.aspx

Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>