CLR Development (How Do I in Visual C++ Express) 

This page links to help on tasks related to CLR development using Visual C++. To view other categories of popular tasks covered in Help, see How Do I in Visual C++ Express.

Windows Forms

Mixed Assemblies

  • How To: Migrate to /clr
    Discusses issues that arise when compiling native code with /clr and when converting a project to managed.

Pure / Verifiable Assemblies

Reflection

  • Reflection in C++
    Explains how to use Visual C++ to discover, examine, and invoke data types at runtime through reflection.
  • typeid
    Explains how to return the Type of a specified type using typeid.

See Also

Reference

Interop (How Do I in Visual C++ Express)

Concepts

How Do I in Visual C++ Express