Delen via


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

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.

Applies to