Search:

Type: Posts; User: valaris

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    10,902

    You can mark an object for collection and call...

    You can mark an object for collection and call GC.Collect();

    Besides whats the big deal about it possibly not being collected as soon as all references to a heap object are gone? If the program...
  2. Replies
    32
    Views
    10,902

    Hehe yes i did, sorry.

    Hehe yes i did, sorry.
  3. Replies
    32
    Views
    10,902

    Finalize() is called when an object is being...

    Finalize() is called when an object is being deleted. It is in effect a destructor for C#, usually it's only used to free managed resources. Its syntax is also similar to C# as in ~ClassName();.
  4. Replies
    32
    Views
    10,902

    How about the fact that in theory, your code you...

    How about the fact that in theory, your code you write in C# should be language independent to other .net languages. IE a class you write in C# can be inherited from and expanded by a VB.net...
Results 1 to 4 of 4