0
kicks
Use Reflection to reuse private classes in .NET Assemblies
There are useful classes present in the .NET framework which are private and can be used via reflection. Why not reuse classes that someone already wrote and used in their framework? All you need is Reflector.NET