SYS_RUN_TYPEConstant Class
Type of application to run
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetSYS_RUN_TYPEConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class SYS_RUN_TYPEConstant

The SYS_RUN_TYPEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDOS
Things such as .BAT files, copy commands, etc. (A console window is created)
Public fieldStatic memberEXE
Any program (.EXE) (a console window is created)
Public fieldStatic memberWINDOWS
Windows applications that do not require a console window.
Top
See Also