compileAsManagedOptions Enumeration
Used by the CompileAsManaged property.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
Public Enumeration compileAsManagedOptions
Dim instance As compileAsManagedOptions
public enum compileAsManagedOptions
public enum class compileAsManagedOptions
public enum compileAsManagedOptions
Members
Member name | Description | |
---|---|---|
managedNotSet | No Common Language Runtime Support | |
managedAssembly | Common Language Runtime Support (/clr) | |
managedAssemblyPure | Pure MSIL Common Language Runtime Support (/clr:pure) | |
managedAssemblySafe | Safe MSIL Common Language Runtime Support (/clr:safe) | |
managedAssemblyOldSyntax | Common Language Runtime Support, Old Syntax (/clr:oldSyntax) |
Remarks
See TurnOffAssemblyGeneration for information on how to create a module.
See General Property Page (Project) for more information.