Gets a MemberInfo object representing a field or a property of the specified target with the specified name.
A MemberInfo object representing the field or the property , if found; otherwise, null.
MenberInfo info = VGReflectionHelper.GetFieldOrPropertyInfo(typeof(Form1), "userControl1.button1");
VGReflectionHelper Class | Novalys.VisualGuard.Security Namespace