OutputAssemblyType Enumeration
Compiled Assembly Type
Namespace:
Devesprit.Scripter.Compiler.OptionsAssembly: Devesprit Scripter (in Devesprit Scripter.dll)
Members
Member name | Description | |
---|---|---|
ConsoleApplication | This option causes the compiler to create an executable (EXE), console application. | |
Library | This option causes the compiler to create a dynamic-link library (DLL) rather than an executable file (EXE). | |
WindowsProgram | This option causes the compiler to create an executable (EXE), Windows program. |