0
kicks
Accessing private members
In same cases you need the possibility to access private members of a .NET class. The class library provides the classes FieldInfo, PropertyInfo and MemberInfo (and some more) to access them. You can wrap this functionality easily as extension methods to provide this to all classes.