C# Class MonoDevelop.Monobjc.MonobjcProjectBinding

Monobjc project binding.
Inheritance: IProjectBinding
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

Méthodes publiques

Méthode Description
CanCreateSingleFileProject ( string sourceFile ) : bool

Determines whether this instance can create a single file project.

CreateProject ( MonoDevelop.Projects.ProjectCreateInformation info, XmlElement projectOptions ) : Project

Creates the project.

CreateSingleFileProject ( string sourceFile ) : Project

Creates the single file project.

Method Details

CanCreateSingleFileProject() public méthode

Determines whether this instance can create a single file project.
public CanCreateSingleFileProject ( string sourceFile ) : bool
sourceFile string The source file.
Résultat bool

CreateProject() public méthode

Creates the project.
public CreateProject ( MonoDevelop.Projects.ProjectCreateInformation info, XmlElement projectOptions ) : Project
info MonoDevelop.Projects.ProjectCreateInformation The info.
projectOptions System.Xml.XmlElement The project options.
Résultat MonoDevelop.Projects.Project

CreateSingleFileProject() public méthode

Creates the single file project.
public CreateSingleFileProject ( string sourceFile ) : Project
sourceFile string The source file.
Résultat MonoDevelop.Projects.Project