compileAsManagedOptions 枚举
由 CompileAsManaged 属性使用。
命名空间: Microsoft.VisualStudio.VCProject
程序集: Microsoft.VisualStudio.VCProject(在 Microsoft.VisualStudio.VCProject.dll 中)
语法
声明
Public Enumeration compileAsManagedOptions
public enum compileAsManagedOptions
public enum class compileAsManagedOptions
type compileAsManagedOptions
public enum compileAsManagedOptions
成员
成员名称 | 说明 | |
---|---|---|
managedAssembly | 公共语言运行时支持 (/clr) | |
managedAssemblyOldSyntax | 公共语言运行时支持,旧语法 (/clr: oldSyntax) | |
managedAssemblyPure | 纯 MSIL 公共语言运行时支持 (/clr: /clr:pure) | |
managedAssemblySafe | 安全的 MSIL 公共语言运行时支持 (/clr: 安全) | |
managedNotSet | 公共语言运行时不支持 |
备注
有关如何创建模块的信息,请参见 TurnOffAssemblyGeneration 。
有关更多信息,请参见“常规”属性页(项目)。