This is second article in series, that explains how to create delegates for public and non-public members of public, non-public or not known in compile-time types. If you are not familiar with previous article and looking for detailed explanation of how delegates works, how they are created and why, I strongly encourage you to read it first. If you are just looking for a way to create delegates for methods or constructors it is not necessary.
Last article in series you can find here.
Code with new features and with bug fixes is available on GitHub and as Nuget package.
In previous article and first one in series, we covered:
- Static
- Properties
- Fields
- Instance
- Properties
- Fields
- Indexers
Now it is time to cover following members.
- Static
- Methods
- Instance
- Methods
- Constructors
Continue reading “Faster than Reflection: Delegates. Part 2.”