Miista / pose

Replace any .NET method (including static and non-virtual) with a delegate
MIT License
27 stars 3 forks source link

Do we support shimming sealed types? #10

Closed Miista closed 10 months ago

Miista commented 10 months ago

For sealed classes we support shimming:

Please note that this has only been tested/verified for reference types. However, value types are sealed by default so no need to verify it here.