C# 클래스 ErlangEditor.Core.SolutionUtil

파일 보기 프로젝트 열기: xdusongwei/ErlangEditor

공개 메소드들

메소드 설명
CloseSolution ( ) : void
CreateSolution ( string aName, string aBasePath ) : void
LoadSolution ( string aSlnPath ) : void
SaveSolution ( ) : void

메소드 상세

CloseSolution() 공개 정적인 메소드

public static CloseSolution ( ) : void
리턴 void

CreateSolution() 공개 정적인 메소드

public static CreateSolution ( string aName, string aBasePath ) : void
aName string
aBasePath string
리턴 void

LoadSolution() 공개 정적인 메소드

public static LoadSolution ( string aSlnPath ) : void
aSlnPath string
리턴 void

SaveSolution() 공개 정적인 메소드

public static SaveSolution ( ) : void
리턴 void