Mixed, Pure, and Verifiable Feature Comparison (C++/CLI)
This topic compares features among the different /clr compilation modes. For more information, see /clr (Common Language Runtime Compilation).
Feature Comparison
Feature |
Mixed (/clr) |
Pure (/clr:pure) |
Safe (/clr:safe) |
Related Information |
---|---|---|---|---|
CRT library |
supported |
supported |
|
|
MFC/ATL |
supported |
|
|
|
Unmanaged Functions |
supported |
|
|
|
Unmanaged Data |
supported |
supported |
|
|
Callable from Unmanaged Functions |
supported |
|
|
|
Supports calling unmanaged Functions |
supported |
C-style functions only |
P/Invoke only |
|
Supports Reflection |
DLLs only |
supported |
supported |