OutputKind 列舉

定義

指定編譯器所產生的輸出元件種類。

public enum class OutputKind
public enum OutputKind
type OutputKind = 
Public Enum OutputKind
繼承
OutputKind

欄位

ConsoleApplication 0

具有進入點和主控台的.exe。

DynamicallyLinkedLibrary 2

.dll檔案。

NetModule 3

.netmodule 檔案。

WindowsApplication 1

具有進入點但沒有主控台的.exe。

WindowsRuntimeApplication 5

可在應用程式容器中執行的.exe。

相當於 WindowsApplication,但在可攜式可執行檔中設定額外的位,讓應用程式只能在應用程式容器中執行。 也稱為「Windows 市集應用程式」。

WindowsRuntimeMetadata 4

.winmdobj 檔案。

適用於