eCLRImageType Enumeration
Visual Studio 2015
Specifies the type of a CLR image. Useful when linking object files of different types.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| CLRImageTypeDefault | Forces the default image type | |
| CLRImageTypeIJW | Forces IJW image type. | |
| CLRImageTypePure | Produces an MSIL-only output file with no native executable code, although it can contain native types compiled to MSIL. | |
| CLRImageTypeSafe | Produces an MSIL-only (no native executable code) and verifiable output file. |
Show: