C# 클래스 ConEmu.WinForms.ConsoleProcessExitedEventArgs

Gives the exit code of the console process when it exits in the console emulator.
상속: System.EventArgs
파일 보기 프로젝트 열기: Maximus5/conemu-inside

공개 메소드들

메소드 설명
ConsoleProcessExitedEventArgs ( int exitcode ) : System

메소드 상세

ConsoleProcessExitedEventArgs() 공개 메소드

public ConsoleProcessExitedEventArgs ( int exitcode ) : System
exitcode int
리턴 System