Tag Archives: Embedded
Do Value Types in C# always go on the stack?
It is quite well-known that value-types are created on the Stack (sometimes in registers as well depending on the allocation strategy) and reference types are based in the Heap area of memory. But when you are creating a custom type and you wish to embed value types in there, where would they reside? So it […]
Posted on November 3, 2012 by GauZ in C#
Tags: c#, Embedded, Heap, Reference Types, stack, Value Type
social_news_608
http://gauravpandey.com/wordpress/?p=608
Do Value Types in C# always go on the stack?
0
Login