asmListingOption 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 AssemblerOutput property.
public enum class asmListingOption
public enum class asmListingOption
enum asmListingOption
public enum asmListingOption
type asmListingOption =
Public Enum asmListingOption
- Inheritance
-
asmListingOption
Fields
asmListingAsmMachine | 3 | Assembly and machine code |
asmListingAsmMachineSrc | 2 | Assembly, machine, and source code |
asmListingAsmSrc | 4 | Assembly and source code |
asmListingAssemblyOnly | 1 | Assembly |
asmListingNone | 0 | None |
Remarks
See /FA, /Fa (Listing File) for more information.