|
-
Dec 16th, 2007, 09:12 PM
#4
Special Guest - Microsoft
Re: General Question
 Originally Posted by dw85745
Alex:
From my read of your post, your saying System.String object stores all string literals on the heap no matter whether they are declared Public, Private or Local.
Is this correct, or are you saying the System.String object is stored on the heap?
System.String objects and strings associated with them are stored on the heap, this is how CLR works.
Thanks,
Aleksey Tsingauz,
VB.NET Compiler Dev Team.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|