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 | /clr (Common Language Runtime) | |
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
Weitere Informationen finden Sie unter TurnOffAssemblyGeneration Weitere Informationen dazu, wie ein Modul erstellt wird.
Weitere Informationen finden Sie unter Eigenschaftenseite "Allgemein" (Projekt).