This topic compares features among the different /clr compilation modes. For more information, see
Feature Comparison
Feature | Mixed (/clr) | Pure (/clr:pure) | Safe (/clr:safe) | Related Information |
---|---|---|---|---|
.NET Framework class library |
supported |
supported |
supported |
|
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 |