|
|
Application
|
| Member name | Value | Description |
|---|---|---|
| Unknown | 0 | Application is of unknown type. |
| Native | 1 | Application doesn't require a subsystem. |
| WindowsGui | 2 | Application runs in the Windows GUI subsystem. |
| WindowsCui | 3 | Application runs in the Windows character subsystem. |
| OS2Cui | 5 | Application runs in the OS/2 character subsystem. |
| PosixCui | 7 | Application runs in the POSIX character subsystem. |
| NativeWindows | 8 | Application is a native Win9x driver. |
| WindowsCEGui | 9 | Application runs in the Windows CE subsystem. |
| Web | 100 | The application is a web site or web application. |
The ApplicationType type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |