c# - How big is an object reference in .NET? -


What is the size of the object reference in .NET? Is it different between X86, X64, and / or the Accupu compilation?

If it makes a difference, then I personally feel interested in C #.

The context itself is basically an indicator 32 bits on 32 bit OS, 64 bits on 64 bit OS.

The object size is more complex.


Comments