Monday, March 18, 2013

Static Members in Memory

Where are static members stored in .net?

They are stored in Heap, irrelevant of it being of a reference type or a value type. This heap is a special heap called "High  Frequency Heap" which is unique for each application domain.


 

No comments: