eCLRImageType Enum

Definition

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

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