Click here to Skip to main content
16,005,552 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sending info to another frame Pin
MoustafaS28-Apr-05 17:25
MoustafaS28-Apr-05 17:25 
GeneralPop-Up & AxBrowser Pin
Sergio Luix28-Apr-05 14:09
Sergio Luix28-Apr-05 14:09 
GeneralRe: Pop-Up & AxBrowser Pin
leppie28-Apr-05 19:12
leppie28-Apr-05 19:12 
GeneralRe: Pop-Up & AxBrowser Pin
Sergio Luix28-Apr-05 19:15
Sergio Luix28-Apr-05 19:15 
GeneralRe: Pop-Up & AxBrowser Pin
leppie28-Apr-05 19:25
leppie28-Apr-05 19:25 
GeneralRe: Pop-Up & AxBrowser Pin
Moon Boy28-Apr-05 19:31
Moon Boy28-Apr-05 19:31 
GeneralRe: Pop-Up & AxBrowser Pin
Moon Boy28-Apr-05 19:46
Moon Boy28-Apr-05 19:46 
GeneralGeneral object destruction question: Pin
tantiboh28-Apr-05 13:32
tantiboh28-Apr-05 13:32 
Being an intermediate programmer, I'm having a hard time understanding the documentation that is out there regarding this topic.

Let's say I have two objects, derived from ClassA and ClassB. The lifecycle of Class B is as follows:

-ClassA instantiates an instance of ClassB, and places this object into, say, a hashtable.
-ClassB does its thing for a while, but then becomes useless.
-ClassA removes ClassB from the hashtable. Now, there is no reference to that object within ClassA.

What happens to ClassB? Is it still floating out there in memory? Do I need to tell ClassA to actually destroy the ClassB object, or does the GC already know that ClassA no longer refers to ClassB, and therefore destroys it automatically?

Thanks for your help.
GeneralRe: General object destruction question: Pin
Marc Clifton28-Apr-05 15:38
mvaMarc Clifton28-Apr-05 15:38 
QuestionGetting a timer's remaining time? Pin
tantiboh28-Apr-05 12:38
tantiboh28-Apr-05 12:38 
AnswerRe: Getting a timer's remaining time? Pin
Marc Clifton28-Apr-05 15:51
mvaMarc Clifton28-Apr-05 15:51 
GeneralCreating object instances by their name Pin
Anonymous28-Apr-05 12:08
Anonymous28-Apr-05 12:08 
GeneralRe: Creating object instances by their name Pin
Andy Brummer28-Apr-05 12:29
sitebuilderAndy Brummer28-Apr-05 12:29 
QuestionHow do you program with the GAC? Pin
kmaclean28-Apr-05 11:55
kmaclean28-Apr-05 11:55 
AnswerRe: How do you program with the GAC? Pin
Marc Clifton28-Apr-05 16:00
mvaMarc Clifton28-Apr-05 16:00 
GeneralRe: How do you program with the GAC? Pin
kmaclean29-Apr-05 3:19
kmaclean29-Apr-05 3:19 
AnswerRe: How do you program with the GAC? SOLUTION FOUND!!! Pin
kmaclean29-Apr-05 9:58
kmaclean29-Apr-05 9:58 
GeneralProblem with Remoting Pin
Ewing Morales28-Apr-05 11:52
Ewing Morales28-Apr-05 11:52 
GeneralRe: Problem with Remoting Pin
Fernando Soto28-Apr-05 13:21
Fernando Soto28-Apr-05 13:21 
Generalselect with where clause in Sqlserver2000 Pin
cishi_us28-Apr-05 11:43
cishi_us28-Apr-05 11:43 
GeneralRe: select with where clause in Sqlserver2000 Pin
Marc Clifton28-Apr-05 15:43
mvaMarc Clifton28-Apr-05 15:43 
GeneralAccessing a row of data Pin
brian5528-Apr-05 11:20
brian5528-Apr-05 11:20 
GeneralRe: Accessing a row of data Pin
brian5528-Apr-05 15:41
brian5528-Apr-05 15:41 
QuestionHow do u see content of a namespace?? Pin
Poikilos28-Apr-05 11:05
Poikilos28-Apr-05 11:05 
AnswerRe: How do u see content of a namespace?? Pin
Tom Larsen28-Apr-05 11:20
Tom Larsen28-Apr-05 11:20 

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.