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
Name | Value | Description |
---|---|---|
managedNotSet | 0 | Not set |
managedAssembly | 1 | Assembly |
managedAssemblyPure | 2 | Pure Assembly |
managedAssemblySafe | 3 | Safe Assembly |
managedAssemblyOldSyntax | 4 | Assembly with old syntax |
Remarks
See TurnOffAssemblyGeneration for information on how to create a module.
See General Property Page (Project) for more information.