eCLRImageType - перечисление
Specifies the type of a CLR image. Useful when linking object files of different types.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration eCLRImageType
'Применение
Dim instance As eCLRImageType
public enum eCLRImageType
public enum class eCLRImageType
public enum eCLRImageType
Члены
Имя члена | Описание | |
---|---|---|
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. |