Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |