Search:

Type: Posts; User: AlekseyTs[MSFT]

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    22,696

    Re: General Question

    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.
  2. Replies
    3
    Views
    22,696

    Re: General Question

    Are you talking about strings used by an application written in VB.NET?

    In .NET, strings are represented by System.String object, which is a reference type and is stored on the heap. Whenever...
  3. Replies
    6
    Views
    25,677

    Re: Cloning Objects

    In many cases, cloning can not be done by simply copying the content of an object because it wouldn't be the right thing to do. There is an obvious question of whether it should be a deep or a...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width