Sign In
Yun Jin's WebLog
CLR internals, Rotor code explanation, CLR debugging tips, trivial debugging notes, .NET programming pitfalls, and blah, blah, blah...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET programming gotcha and debugging tips
CLR internal and Misc
Go with the flow
Rotor code explanation
Archive
Archives
April 2010
(4)
February 2010
(1)
January 2010
(3)
August 2005
(4)
July 2005
(1)
June 2005
(2)
May 2005
(3)
June 2004
(1)
February 2004
(2)
January 2004
(3)
June, 2005
MSDN Blogs
>
Yun Jin's WebLog
>
June, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yun Jin's WebLog
Desctructor, finalizer, and Dispose - Part2.C++/CLI in Whidbey
Posted
over 7 years ago
by
Yun Jin
2
Comments
I changed the program in previous post to use new Whidbey syntax. using namespace System; ref class RefT { public: RefT () {Console::WriteLine ("RefT::RefT");} ~RefT () {Console::WriteLine ("RefT::~RefT");} !RefT () {Console::WriteLine ("RefT...
Yun Jin's WebLog
Desctructor, finalizer, and Dispose - Part 1.managed C++ extension in V1.X
Posted
over 7 years ago
by
Yun Jin
1
Comments
As a C++ fan, I'm a long time admirer for deterministic finalization. I think introduction of garbage collection to C style language by Java and .Net is a huge improvement. However, I found lose of deterministic destructor is almost unacceptable when...
Page 1 of 1 (2 items)