.NET Inside Out Part 9 — Generating Func from a bunch of bytes in C# revisited

This is the ninth part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# We know how to generate delegate from a byte array. Last time we did it by modifying some code using jumps … Continue reading .NET Inside Out Part 9 — Generating Func from a bunch of bytes in C# revisited