OutputAssemblyType Enum

Definition

Types supported for the OutputAssembly parameter.

public enum class OutputAssemblyType
public enum class OutputAssemblyType
enum OutputAssemblyType
public enum OutputAssemblyType
type OutputAssemblyType = 
Public Enum OutputAssemblyType
Inheritance
OutputAssemblyType

Fields

ConsoleApplication 1

An executable application that targets the console subsystem.

Library 0

A Dynamically linked library (DLL).

WindowsApplication 2

An executable application that targets the graphical subsystem.

Applies to