C# 클래스 FlatRedBall.Glue.Projects.CodeProjectHelper

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
AddFileToCodeProject ( ProjectBase project, string fileToAddAbsolute ) : bool
AddFileToCodeProjectIfNotAlreadyAdded ( ProjectBase project, string fileToAddAbsolute ) : bool

Adds the argument fileToAddAbsolute to the argument projectBase. This function does not save the project nor does it modify synced projects.

CreateAndAddPartialCodeFile ( string generatedFileName, bool saveFile ) : void

메소드 상세

AddFileToCodeProject() 공개 메소드

public AddFileToCodeProject ( ProjectBase project, string fileToAddAbsolute ) : bool
project ProjectBase
fileToAddAbsolute string
리턴 bool

AddFileToCodeProjectIfNotAlreadyAdded() 공개 메소드

Adds the argument fileToAddAbsolute to the argument projectBase. This function does not save the project nor does it modify synced projects.
public AddFileToCodeProjectIfNotAlreadyAdded ( ProjectBase project, string fileToAddAbsolute ) : bool
project ProjectBase The project to add the file to.
fileToAddAbsolute string The file to add.
리턴 bool

CreateAndAddPartialCodeFile() 공개 메소드

public CreateAndAddPartialCodeFile ( string generatedFileName, bool saveFile ) : void
generatedFileName string
saveFile bool
리턴 void