¡@

Home 

c# Programming Glossary: pclass

Is the destructor called if the constructor throws an exception?

http://stackoverflow.com/questions/188693/is-the-destructor-called-if-the-constructor-throws-an-exception

called. Let's say we are using the following code Class pClass new Class Some possible cases Should m_aData throw at construction..

Do event handlers stop garbage collection from occuring?

http://stackoverflow.com/questions/298261/do-event-handlers-stop-garbage-collection-from-occuring

from occuring If I have the following code MyClass pClass new MyClass pClass.MyEvent MyFunction pClass null Will pClass.. If I have the following code MyClass pClass new MyClass pClass.MyEvent MyFunction pClass null Will pClass be garbage collected.. code MyClass pClass new MyClass pClass.MyEvent MyFunction pClass null Will pClass be garbage collected Or will it hang around..