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.
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:
Post a Comment