C# 클래스 ScriptCs.Hosting.VisualStudioSolution

상속: IVisualStudioSolution
파일 보기 프로젝트 열기: scriptcs/scriptcs

공개 메소드들

메소드 설명
AddGlobal ( System.Guid projectGuid, IList nestedItems ) : void
AddGlobalHeader ( System.Guid projectGuid ) : void
AddGlobalNestedProjects ( IList nestedItems ) : void
AddHeader ( ) : void
AddProject ( string path, string name, System.Guid guid, string files ) : void
AddScriptcsProject ( string scriptcsPath, string workingPath, string args, bool attach, System.Guid projectGuid ) : void
ToString ( ) : string
VisualStudioSolution ( ) : System

메소드 상세

AddGlobal() 공개 메소드

public AddGlobal ( System.Guid projectGuid, IList nestedItems ) : void
projectGuid System.Guid
nestedItems IList
리턴 void

AddGlobalHeader() 공개 메소드

public AddGlobalHeader ( System.Guid projectGuid ) : void
projectGuid System.Guid
리턴 void

AddGlobalNestedProjects() 공개 메소드

public AddGlobalNestedProjects ( IList nestedItems ) : void
nestedItems IList
리턴 void

AddHeader() 공개 메소드

public AddHeader ( ) : void
리턴 void

AddProject() 공개 메소드

public AddProject ( string path, string name, System.Guid guid, string files ) : void
path string
name string
guid System.Guid
files string
리턴 void

AddScriptcsProject() 공개 메소드

public AddScriptcsProject ( string scriptcsPath, string workingPath, string args, bool attach, System.Guid projectGuid ) : void
scriptcsPath string
workingPath string
args string
attach bool
projectGuid System.Guid
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VisualStudioSolution() 공개 메소드

public VisualStudioSolution ( ) : System
리턴 System