eCLRImageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of a CLR image. Useful when linking object files of different types.
public enum class eCLRImageType
public enum class eCLRImageType
enum eCLRImageType
public enum eCLRImageType
type eCLRImageType =
Public Enum 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. |