Value Types and Their Behaviors

Value types have changed in various ways from Managed Extensions for C++ to Visual C++ 2010. In this section, we look at the CLR enum type and the value class type, together with a look at boxing and access to the boxed instance on the CLR heap, as well as a look at interior and pinning pointers. There have been extensive language changes in this area.

In This Section

See Also

Reference

Classes and Structs (Managed)

Concepts

C++/CLI Migration Primer