Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
GeneralRe: GC Pin
devin1239-Jun-05 13:06
devin1239-Jun-05 13:06 
GeneralRe: GC Pin
Christian Graus9-Jun-05 13:10
protectorChristian Graus9-Jun-05 13:10 
GeneralRe: GC Pin
devin1239-Jun-05 13:19
devin1239-Jun-05 13:19 
GeneralRe: GC Pin
Dave Kreskowiak9-Jun-05 14:46
mveDave Kreskowiak9-Jun-05 14:46 
GeneralRe: GC Pin
PaleyX10-Jun-05 14:43
PaleyX10-Jun-05 14:43 
GeneralRe: GC Pin
PaleyX10-Jun-05 14:48
PaleyX10-Jun-05 14:48 
GeneralNULL Pin
devin1239-Jun-05 12:28
devin1239-Jun-05 12:28 
GeneralRe: NULL Pin
Christian Graus9-Jun-05 12:32
protectorChristian Graus9-Jun-05 12:32 
No, you'll simply lose that reference to the object. The garbage collecter is in charge of when it's actually deleted, and either way, there's no performance gain, unless your object is big and you're chronically short of memory ( call the objects Dispose method if this is the case, for example if you deal with images in memory ).


Christian Graus - Microsoft MVP - C++
GeneralRe: NULL Pin
devin1239-Jun-05 12:40
devin1239-Jun-05 12:40 
GeneralRe: NULL Pin
Christian Graus9-Jun-05 12:44
protectorChristian Graus9-Jun-05 12:44 
GeneralRe: NULL Pin
devin1239-Jun-05 12:52
devin1239-Jun-05 12:52 
GeneralRe: NULL Pin
Christian Graus9-Jun-05 12:58
protectorChristian Graus9-Jun-05 12:58 
GeneralRe: NULL Pin
devin1239-Jun-05 13:17
devin1239-Jun-05 13:17 
GeneralRe: NULL Pin
Christian Graus9-Jun-05 13:20
protectorChristian Graus9-Jun-05 13:20 
GeneralRe: NULL Pin
devin1239-Jun-05 13:32
devin1239-Jun-05 13:32 
GeneralRe: NULL Pin
Christian Graus9-Jun-05 13:52
protectorChristian Graus9-Jun-05 13:52 
GeneralRe: NULL Pin
devin1239-Jun-05 13:54
devin1239-Jun-05 13:54 
GeneralRe: NULL Pin
Skynyrd10-Jun-05 0:18
Skynyrd10-Jun-05 0:18 
GeneralRe: NULL Pin
Roger Alsing10-Jun-05 3:09
Roger Alsing10-Jun-05 3:09 
GeneralConvert C++ #define directives to C# Pin
bynaryum9-Jun-05 11:09
bynaryum9-Jun-05 11:09 
GeneralRe: Convert C++ #define directives to C# Pin
Colin Angus Mackay9-Jun-05 12:10
Colin Angus Mackay9-Jun-05 12:10 
GeneralRe: Convert C++ #define directives to C# Pin
DavidNohejl9-Jun-05 14:45
DavidNohejl9-Jun-05 14:45 
QuestionHow to format highlighted text in textbox? Pin
Julianne_juju9-Jun-05 10:30
Julianne_juju9-Jun-05 10:30 
AnswerRe: How to format highlighted text in textbox? Pin
MoustafaS9-Jun-05 14:21
MoustafaS9-Jun-05 14:21 
GeneralRe: How to format highlighted text in textbox? Pin
Pyro Joe9-Jun-05 17:19
Pyro Joe9-Jun-05 17:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.