compileAsManagedOptions Enum
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
Name | Value | Description |
---|---|---|
managedNotSet | 0 | No Common Language Runtime Support |
managedAssembly | 1 | Common Language Runtime Support (/clr) |
managedAssemblyPure | 2 | Pure MSIL Common Language Runtime Support (/clr:pure) |
managedAssemblySafe | 3 | Safe MSIL Common Language Runtime Support (/clr:safe) |
managedAssemblyOldSyntax | 4 | Common Language Runtime Support, Old Syntax (/clr:oldSyntax) |
See TurnOffAssemblyGeneration for information on how to create a module.
See General Property Page (Project) for more information.