Called with command line parameters to bootstrap the Neokernel.
nk [-reporter [<classname>|null]] [-show_println] [-show_debug] [-show_warning] [-dont_start_agents] [-dont_start_webserver] [-startup_dir <dir>] [-only_load_from_xml] [<.agent file>|<classname>] ...
- -hide_println when present disables verbose activity output
- -hide_debug when present disables debugging output
- -hide_warning when present disables internal warning messages
- -reporter specifies the classname of an alternate reporter agent (or null to disable)
- -dont_start_agents Don't auto-start any agents when Neokernel starts
- -dont_start_webserver Don't auto-start the WebServer when Neokernel starts
- -only_load_from_xml Only start agents that are specified in the neokernel_props.xml or startup file.
- -startup_dir specifies the directory to search for startup .xml files and agents
Overload List
Called with command line parameters to bootstrap the Neokernel.
nk [-reporter [<classname>|null]] [-show_println] [-show_debug] [-show_warning] [-dont_start_agents] [-dont_start_webserver] [-startup_dir <dir>] [-only_load_from_xml] [<.agent file>|<classname>] ...
- -hide_println when present disables verbose activity output
- -hide_debug when present disables debugging output
- -hide_warning when present disables internal warning messages
- -reporter specifies the classname of an alternate reporter agent (or null to disable)
- -dont_start_agents Don't auto-start any agents when Neokernel starts
- -dont_start_webserver Don't auto-start the WebServer when Neokernel starts
- -only_load_from_xml Only start agents that are specified in the neokernel_props.xml or startup file.
- -startup_dir specifies the directory to search for startup .xml files and agents
public static void Main(string)
public static void Main(string[])
See Also
NK Class | com.neokernel.nk Namespace