C# 클래스 Castle.NewGenerator.Core.VSSolution

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Add ( VSProject project ) : void
Save ( ) : void
VSSolution ( string name, string solutionFolder, string targetFileName ) : System.Collections.Generic

비공개 메소드들

메소드 설명
MakeRelative ( string fileName ) : string

메소드 상세

Add() 공개 메소드

public Add ( VSProject project ) : void
project VSProject
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

VSSolution() 공개 메소드

public VSSolution ( string name, string solutionFolder, string targetFileName ) : System.Collections.Generic
name string
solutionFolder string
targetFileName string
리턴 System.Collections.Generic