I ran into a problem that I need to access to private field of a class. For example:
class MyClass { private string someString; public MyClass( stri
Use reflections, but be prepared to be hit with a big stick from a fellow programmer.