C# Class ScriptCs.Hosting.ReplCommands.OpenVsCommand

Inheritance: IReplCommand
Afficher le fichier Open project: scriptcs/scriptcs Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( IRepl repl, object args ) : object
OpenVsCommand ( IConsole console, IVisualStudioSolutionWriter writer ) : System

Méthodes protégées

Méthode Description
LaunchSolution ( string launcher ) : void

Method Details

Execute() public méthode

public Execute ( IRepl repl, object args ) : object
repl IRepl
args object
Résultat object

LaunchSolution() protected méthode

protected LaunchSolution ( string launcher ) : void
launcher string
Résultat void

OpenVsCommand() public méthode

public OpenVsCommand ( IConsole console, IVisualStudioSolutionWriter writer ) : System
console IConsole
writer IVisualStudioSolutionWriter
Résultat System