Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Enumeration eCLRImageType
public enum eCLRImageType
public enum class eCLRImageType
type eCLRImageType
public enum eCLRImageType
Members
| 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. |