C# Class VSCodeDebug.Terminal.LaunchResult

Afficher le fichier Open project: Microsoft/vscode-mono-debug

Méthodes publiques

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

Method Details

LaunchResult() public méthode

public LaunchResult ( ) : System
Résultat System

SetConsoleProcess() public méthode

public SetConsoleProcess ( Process p ) : void
p System.Diagnostics.Process
Résultat void

SetError() public méthode

public SetError ( string message ) : void
message string
Résultat void

SetProcess() public méthode

public SetProcess ( Process p, int pid ) : void
p System.Diagnostics.Process
pid int
Résultat void