> Do ref classes indeed support instantiation on the stack? Similarly,
> can
[quoted text clipped - 16 lines]
>
> I've read articles, such as this one
http://www.codeguru.com/Csharp/.NET/net_general/visualstudionetadd-ins/article.p
hp/c7405/
> that makes all sorts of claims regarding support for deterministic
> destruction for managed types. Where is it mentioned in the C++/CLI
> draft?
VC++ 2005 will support GC types on the stack, but that support is not in
Beta-1. I don't know about native types on the GC heap. I believe that's
in the long-term plan (complete unification of the GC/native type system),
but I'm not sure if it's in the 2005 compiler or not.
-cd
Brandon Bray [MSFT] - 26 Jul 2004 01:52 GMT
> VC++ 2005 will support GC types on the stack, but that support is not in
> Beta-1. I don't know about native types on the GC heap. I believe that's
> in the long-term plan (complete unification of the GC/native type system),
> but I'm not sure if it's in the 2005 compiler or not.
Unfortunately, creating native classes with gcnew did not make it into the
Visual C++ 2005 release. It's one of the top features for the next major
release of Visual C++.

Signature
Brandon Bray, Visual C++ Compiler http://blogs.msdn.com/branbray/
This posting is provided AS IS with no warranties, and confers no rights.