protocol7 archive
12 January 2003

Changing a private member via reflection

Scott Hanselman has a pretty cool example of how you can access and change the value of a private member in .NET via reflection. Now, there’s some power you shouldn’t really use :-)

tags: .NET