Mixed, Pure, and Verifiable Feature Comparison
Visual Studio 2005
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 |
|---|---|---|---|---|
| .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 |