Share via


The Managed Types

The syntax for the declaration of managed types and the creation and use of objects of these types has been significantly altered from Managed Extensions for C++ to Visual C++ 2008. This was done to promote their integration within the ISO-C++ type system. These changes are presented in detail in the following subsections.

In This Section

Note: The discussion of delegates is deferred until Delegates and Events in order to present them with event members within a class, the general topic of Member Declarations within a Class or Interface.

See Also

Concepts

C++/CLI Migration Primer

Reference

Classes and Structs (Managed)

array (Visual C+)