C# Class Grunwald.CocoAddIn.CocoTool

Runs Coco as custom tool.
Inheritance: ICustomTool
Exibir arquivo Open project: dgrunwald/coco-addin

Public Methods

Method Description
GenerateCode ( ICSharpCode.SharpDevelop.Project.FileProjectItem item, ICSharpCode.SharpDevelop.Project.CustomToolContext context ) : void

Called by SharpDevelop when your tool has to generate code.

Method Details

GenerateCode() public method

Called by SharpDevelop when your tool has to generate code.
public GenerateCode ( ICSharpCode.SharpDevelop.Project.FileProjectItem item, ICSharpCode.SharpDevelop.Project.CustomToolContext context ) : void
item ICSharpCode.SharpDevelop.Project.FileProjectItem /// The file for which your tool should generate code. ///
context ICSharpCode.SharpDevelop.Project.CustomToolContext
return void