compileAsManagedOptions-Enumeration
Wird von der CompileAsManaged-Eigenschaft verwendet.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Public Enumeration compileAsManagedOptions
public enum compileAsManagedOptions
public enum class compileAsManagedOptions
type compileAsManagedOptions
public enum compileAsManagedOptions
Member
Membername | Beschreibung | |
---|---|---|
managedAssembly | Common Language Runtime-Unterstützung (/clr) | |
managedAssemblyOldSyntax | Common Language Runtime-Unterstützung, alte Syntax (/clr:oldSyntax) | |
managedAssemblyPure | Reine MSIL-Common Language Runtime-Unterstützung (/clr: pure) | |
managedAssemblySafe | Sichere MSIL-Common Language Runtime-Unterstützung (/clr: safe) | |
managedNotSet | Keine Common Language Runtime-Unterstützung |
Hinweise
Siehe TurnOffAssemblyGeneration zu Informationen darüber, wie Sie ein Modul erstellt.
Weitere Informationen finden Sie unter Eigenschaftenseite "Allgemein" (Projekt).