Mike
Mon Mar 17 15:38:02 CDT 2008
Ok, thanks for the clarification.
"Jon Skeet [C# MVP]" wrote:
> Mike <Mike@discussions.microsoft.com> wrote:
> > Ok. I'm just trying to better understand the processes that occur when an
> > object is destroyed. Based on what I've read thusfar with Sub Finalize, I
> > was under the impression that it acted like Sub New, in that the CLR created
> > it if you didn't.
>
> The CLR doesn't create constructors for you either. The compiler might
> (it does in C#, for instance, if you're not writing a static class and
> you don't explicitly provide any constructors) but the CLR doesn't.
>
> --
> Jon Skeet - <skeet@pobox.com>
>
http://www.pobox.com/~skeet Blog:
http://www.msmvps.com/jon.skeet
> World class .NET training in the UK:
http://iterativetraining.co.uk
>