Specifies constants defining a project type.
public enum OutputTypeInfo
Example
Members
| Member Name | Description |
|---|---|
| None | Indicates that the project type is unknown. |
| WindowsApplication | Indicates that the project type is Windows Application. |
| ConsoleApplication | Indicates that the project type is Console Application. |
| ClassLibrary | Indicates that the project type is Class Library. |
Requirements
Namespace: SubMain.CodeItRight.Sdk.Core.Reflection
Assembly: SubMain.CodeItRight.Sdk.Core (in SubMain.CodeItRight.Sdk.Core.dll)
See Also
SubMain.CodeItRight.Sdk.Core.Reflection Namespace

