C# Class VSCodeDebug.Terminal.LaunchResult

Exibir arquivo Open project: Microsoft/vscode-mono-debug

Public Methods

Method Description
LaunchResult ( ) : System
SetConsoleProcess ( Process p ) : void
SetError ( string message ) : void
SetProcess ( Process p, int pid ) : void

Method Details

LaunchResult() public method

public LaunchResult ( ) : System
return System

SetConsoleProcess() public method

public SetConsoleProcess ( Process p ) : void
p System.Diagnostics.Process
return void

SetError() public method

public SetError ( string message ) : void
message string
return void

SetProcess() public method

public SetProcess ( Process p, int pid ) : void
p System.Diagnostics.Process
pid int
return void