Managed Types (C++/CL)

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++. 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 (C++/CLI).

See Also

Reference

Classes and Structs (C++ Component Extensions)

Arrays (C++ Component Extensions)

Concepts

C++/CLI Migration Primer