eCLRImageType Enum

Definition

Specifies the type of a CLR image. Useful when linking object files of different types.

C++/CX
public enum class eCLRImageType
Inheritance
eCLRImageType

Fields

Name Value Description
CLRImageTypeDefault 0

Forces the default image type

CLRImageTypeIJW 1

Forces IJW image type.

CLRImageTypePure 2

Produces an MSIL-only output file with no native executable code, although it can contain native types compiled to MSIL.

CLRImageTypeSafe 3

Produces an MSIL-only (no native executable code) and verifiable output file.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022