C# Class FlatRedBall.Glue.Projects.CodeProjectHelper

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddFileToCodeProject() public méthode

public AddFileToCodeProject ( ProjectBase project, string fileToAddAbsolute ) : bool
project ProjectBase
fileToAddAbsolute string
Résultat bool

AddFileToCodeProjectIfNotAlreadyAdded() public méthode

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.
Résultat bool

CreateAndAddPartialCodeFile() public méthode

public CreateAndAddPartialCodeFile ( string generatedFileName, bool saveFile ) : void
generatedFileName string
saveFile bool
Résultat void