Answer the question
In order to leave comments, you need to log in
Where is the reference to the method table in .NET anyway?
As far as I understand Richter and what is written in his CLR via C# - each instance of the type contains a link to the so-called. a type object, which in turn already contains its own method table. And already in this method table there are links to specific implementations of methods in IL. If I'm wrong on this part, please correct me.
However, the book Optimizing .NET Applications with C# says that the instance itself contains a reference to the method table. In particular, here is an illustration from this book:
So where is the reference to the method table, in the instance or in the type object that the instance refers to?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question