C# Class ConEmu.WinForms.ConsoleProcessExitedEventArgs

Gives the exit code of the console process when it exits in the console emulator.
Inheritance: System.EventArgs
Mostrar archivo Open project: Maximus5/conemu-inside

Public Methods

Method Description
ConsoleProcessExitedEventArgs ( int exitcode ) : System

Method Details

ConsoleProcessExitedEventArgs() public method

public ConsoleProcessExitedEventArgs ( int exitcode ) : System
exitcode int
return System