Comments on: .NET Inside Out Part 3 — How to override sealed function in C# https://blog.adamfurmanek.pl/2017/02/11/how-to-override-sealed-function-in-c/ IT, operating systems, maths, and more. Wed, 11 May 2022 10:15:53 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: F#周报2019年第9期 – 技术成就梦想 https://blog.adamfurmanek.pl/2017/02/11/how-to-override-sealed-function-in-c/#comment-633 Sun, 03 Mar 2019 17:45:23 +0000 https://blog.adamfurmanek.pl/?p=2037#comment-633 […] 揭示.NET的第三部分——如何在C#中重写密封函数 […]

]]>
By: .NET Inside Out Part 1 — Virtual and non-virtual calls in C# – Random IT Utensils https://blog.adamfurmanek.pl/2017/02/11/how-to-override-sealed-function-in-c/#comment-571 Sat, 07 Apr 2018 15:10:07 +0000 https://blog.adamfurmanek.pl/?p=2037#comment-571 […] Part 1 — Virtual and non-virtual calls in C# Part 2 — Handling and rethrowing exceptions Part 3 — How to override sealed function Part 4 — How to override sealed function revisited Part 5 — Capture thread creation to handle […]

]]>
By: Capturing thread creation to catch exceptions – Random IT Utensils https://blog.adamfurmanek.pl/2017/02/11/how-to-override-sealed-function-in-c/#comment-505 Sat, 03 Jun 2017 08:09:10 +0000 https://blog.adamfurmanek.pl/?p=2037#comment-505 […] directly without unblocking memory pages since they are protected by the OS. We already know how to inject jump into method but this case is a little different — we want to execute the original code but we want to modify […]

]]>
By: How to override sealed function in C# Revisited – Random IT Utensils https://blog.adamfurmanek.pl/2017/02/11/how-to-override-sealed-function-in-c/#comment-504 Sat, 27 May 2017 08:09:45 +0000 https://blog.adamfurmanek.pl/?p=2037#comment-504 […] title once again. We have already seen how to override sealed function which we did by performing jump to other method. Today we are going to do that by rewriting CLR […]

]]>