Click here to Skip to main content
15,898,981 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: How to format highlighted text in textbox? Pin
Julianne_juju10-Jun-05 12:33
Julianne_juju10-Jun-05 12:33 
GeneralA string thing i cannot figure out Pin
sameerhanda9-Jun-05 10:11
sameerhanda9-Jun-05 10:11 
GeneralRe: A string thing i cannot figure out Pin
Christian Graus9-Jun-05 12:20
protectorChristian Graus9-Jun-05 12:20 
GeneralRe: A string thing i cannot figure out Pin
Jack Bond13-Jun-05 2:14
Jack Bond13-Jun-05 2:14 
Questionsetting an object to null, what happens? Pin
devin1239-Jun-05 9:56
devin1239-Jun-05 9:56 
AnswerRe: setting an object to null, what happens? Pin
Colin Angus Mackay9-Jun-05 12:14
Colin Angus Mackay9-Jun-05 12:14 
devin123 wrote:
After I am done with the object, when I set that object to null, what I am doing there.

You are setting the reference to the object to null, not the object itself. If there are no references to an object the garbage collector can remove the object from memory. If the reference is a local variable then when the method goes out of scope the reference will no longer exist and the object (assuming no other references) will get cleaned up.

Does this help?


My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralRe: setting an object to null, what happens? Pin
devin1239-Jun-05 12:21
devin1239-Jun-05 12:21 
QuestionHow to reclaim the memory manually Pin
devin1239-Jun-05 9:54
devin1239-Jun-05 9:54 
AnswerRe: How to reclaim the memory manually Pin
Colin Angus Mackay9-Jun-05 12:15
Colin Angus Mackay9-Jun-05 12:15 
GeneralRe: How to reclaim the memory manually Pin
devin1239-Jun-05 12:30
devin1239-Jun-05 12:30 
GeneralRe: How to reclaim the memory manually Pin
Colin Angus Mackay9-Jun-05 12:33
Colin Angus Mackay9-Jun-05 12:33 
GeneralRe: How to reclaim the memory manually Pin
devin1239-Jun-05 12:43
devin1239-Jun-05 12:43 
GeneralRe: How to reclaim the memory manually Pin
Colin Angus Mackay9-Jun-05 12:49
Colin Angus Mackay9-Jun-05 12:49 
GeneralRe: How to reclaim the memory manually Pin
devin1239-Jun-05 13:56
devin1239-Jun-05 13:56 
Generalsubdirectories Pin
Pyro Joe9-Jun-05 9:25
Pyro Joe9-Jun-05 9:25 
GeneralRe: subdirectories Pin
Christian Graus9-Jun-05 12:21
protectorChristian Graus9-Jun-05 12:21 
GeneralRe: subdirectories Pin
Colin Angus Mackay9-Jun-05 12:23
Colin Angus Mackay9-Jun-05 12:23 
GeneralRe: subdirectories Pin
Pyro Joe9-Jun-05 17:15
Pyro Joe9-Jun-05 17:15 
GeneralRe: subdirectories Pin
Pyro Joe10-Jun-05 9:59
Pyro Joe10-Jun-05 9:59 
GeneralProblems Pin
Member 12583739-Jun-05 8:48
Member 12583739-Jun-05 8:48 
GeneralRe: Problems Pin
Christian Graus9-Jun-05 12:30
protectorChristian Graus9-Jun-05 12:30 
GeneralE-mail to Fax in C#.net ! Pin
dvijay19-Jun-05 8:41
dvijay19-Jun-05 8:41 
GeneralCapturing Trace messages Pin
Marc Clifton9-Jun-05 5:24
mvaMarc Clifton9-Jun-05 5:24 

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.