Mirror - Easy Reflection in C#

Mirror is a helper library for working with System.Reflection. It provides helpful features to make Reflection easier, allowing you to easily access fields and properties of an object or invoke its methods. Mirror is particularly useful when you need to access private variables in a class from a third-party DLL. While System.Reflection is powerful, it often requires a lot of code to achieve certain tasks. With Mirror, however, the same tasks can be done with just a few lines of code.