compileAsManagedOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.