C# Class MonoDevelop.Monobjc.MonobjcProjectBinding

Monobjc project binding.
Inheritance: IProjectBinding
Show file Open project: Monobjc/monobjc-monodevelop

Public Methods

Method 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 method

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

CreateProject() public method

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.
return MonoDevelop.Projects.Project

CreateSingleFileProject() public method

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