Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OutputKind Enum
Definition
- Namespace:
- Microsoft.CodeAnalysis
- Assembly:
- Microsoft.CodeAnalysis.dll
- Package:
- Microsoft.CodeAnalysis.Common v3.0.0
- Package:
- Microsoft.CodeAnalysis.Common v3.1.0
- Package:
- Microsoft.CodeAnalysis.Common v3.10.0
- Package:
- Microsoft.CodeAnalysis.Common v3.11.0
- Package:
- Microsoft.CodeAnalysis.Common v3.2.0
- Package:
- Microsoft.CodeAnalysis.Common v3.2.1
- Package:
- Microsoft.CodeAnalysis.Common v3.3.1
- Package:
- Microsoft.CodeAnalysis.Common v3.4.0
- Package:
- Microsoft.CodeAnalysis.Common v3.5.0
- Package:
- Microsoft.CodeAnalysis.Common v3.6.0
- Package:
- Microsoft.CodeAnalysis.Common v3.7.0
- Package:
- Microsoft.CodeAnalysis.Common v3.8.0
- Package:
- Microsoft.CodeAnalysis.Common v3.9.0
- Package:
- Microsoft.CodeAnalysis.Common v4.0.1
- Package:
- Microsoft.CodeAnalysis.Common v4.1.0
- Package:
- Microsoft.CodeAnalysis.Common v4.12.0
- Package:
- Microsoft.CodeAnalysis.Common v4.13.0
- Package:
- Microsoft.CodeAnalysis.Common v4.14.0
- Package:
- Microsoft.CodeAnalysis.Common v4.2.0
- Package:
- Microsoft.CodeAnalysis.Common v4.3.1
- Package:
- Microsoft.CodeAnalysis.Common v4.4.0
- Package:
- Microsoft.CodeAnalysis.Common v4.5.0
- Package:
- Microsoft.CodeAnalysis.Common v4.6.0
- Package:
- Microsoft.CodeAnalysis.Common v4.7.0
- Package:
- Microsoft.CodeAnalysis.Common v4.8.0
- Package:
- Microsoft.CodeAnalysis.Common v4.9.2
- Package:
- Microsoft.CodeAnalysis.Common v5.0.0
- Package:
- Microsoft.CodeAnalysis.Common v5.3.0
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
- Source:
- OutputKind.cs
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.
Specifies output assembly kinds generated by compiler.
public enum class OutputKind
public enum OutputKind
type OutputKind =
Public Enum OutputKind
- Inheritance
-
OutputKind
Fields
| Name | Value | Description |
|---|---|---|
| ConsoleApplication | 0 | An .exe with an entry point and a console. |
| WindowsApplication | 1 | An .exe with an entry point but no console. |
| DynamicallyLinkedLibrary | 2 | A .dll file. |
| NetModule | 3 | A .netmodule file. |
| WindowsRuntimeMetadata | 4 | A .winmdobj file. |
| WindowsRuntimeApplication | 5 | An .exe that can run in an app container. Equivalent to a WindowsApplication, but with an extra bit set in the Portable Executable file so that the application can only be run in an app container. Also known as a "Windows Store app". |
Applies to
Feedback
Was this page helpful?
