OutputAssemblyType 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.
Types supported for the OutputAssembly parameter.
public enum class OutputAssemblyTypepublic enum class OutputAssemblyTypeenum OutputAssemblyTypepublic enum OutputAssemblyTypetype OutputAssemblyType = Public Enum OutputAssemblyType- Inheritance
- 
				OutputAssemblyType
Fields
| Name | Value | Description | 
|---|---|---|
| Library | 0 | A Dynamically linked library (DLL). | 
| ConsoleApplication | 1 | An executable application that targets the console subsystem. | 
| WindowsApplication | 2 | An executable application that targets the graphical subsystem. |