C# Class Mono.Rocks.Tools.FileGenerator

Mostra file Open project: mono/rocks

Public Methods

Method Description
Run ( string args ) : int

Protected Methods

Method Description
AddOptions ( OptionSet options ) : void
FileGenerator ( ) : System
GetCodeNamespaces ( ) : IEnumerable
GetRocksNamespaceTypes ( ) : IEnumerable
GetUsings ( ) : IEnumerable

Method Details

AddOptions() protected method

protected AddOptions ( OptionSet options ) : void
options OptionSet
return void

FileGenerator() protected method

protected FileGenerator ( ) : System
return System

GetCodeNamespaces() protected method

protected GetCodeNamespaces ( ) : IEnumerable
return IEnumerable

GetRocksNamespaceTypes() protected method

protected GetRocksNamespaceTypes ( ) : IEnumerable
return IEnumerable

GetUsings() protected method

protected GetUsings ( ) : IEnumerable
return IEnumerable

Run() public method

public Run ( string args ) : int
args string
return int