compileAsManagedOptions Enum

Definition

Used by the CompileAsManaged property.

public enum class compileAsManagedOptions
public enum class compileAsManagedOptions
enum compileAsManagedOptions
public enum compileAsManagedOptions
type compileAsManagedOptions = 
Public Enum compileAsManagedOptions
Inheritance
compileAsManagedOptions

Fields

managedAssembly 1

Common Language Runtime Support (/clr)

managedAssemblyOldSyntax 4

Common Language Runtime Support, Old Syntax (/clr:oldSyntax)

managedAssemblyPure 2

Pure MSIL Common Language Runtime Support (/clr:pure)

managedAssemblySafe 3

Safe MSIL Common Language Runtime Support (/clr:safe)

managedNotSet 0

No Common Language Runtime Support

Remarks

See TurnOffAssemblyGeneration for information on how to create a module.

See General Property Page (Project) for more information.

Applies to