This topic has not yet been rated - Rate this topic

eCLRImageType Enumeration

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

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
public enum eCLRImageType
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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement