C# 클래스 ScriptCs.Hosting.ReplCommands.OpenVsCommand

상속: IReplCommand
파일 보기 프로젝트 열기: scriptcs/scriptcs 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( IRepl repl, object args ) : object
OpenVsCommand ( IConsole console, IVisualStudioSolutionWriter writer ) : System

보호된 메소드들

메소드 설명
LaunchSolution ( string launcher ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( IRepl repl, object args ) : object
repl IRepl
args object
리턴 object

LaunchSolution() 보호된 메소드

protected LaunchSolution ( string launcher ) : void
launcher string
리턴 void

OpenVsCommand() 공개 메소드

public OpenVsCommand ( IConsole console, IVisualStudioSolutionWriter writer ) : System
console IConsole
writer IVisualStudioSolutionWriter
리턴 System