C# Class RemotingGen.GeneratorWriter

Datei anzeigen Open project: FloodProject/flood Class Usage Examples

Public Properties

Property Type Description
GeneratedFiles List
OutputDir String

Public Methods

Method Description
GeneratorWriter ( string outputDir ) : System
WriteGeneratorToFile ( Type type, Generator gen ) : void
WriteGeneratorToFile ( string fileName, Generator gen ) : void

Method Details

GeneratorWriter() public method

public GeneratorWriter ( string outputDir ) : System
outputDir string
return System

WriteGeneratorToFile() public method

public WriteGeneratorToFile ( Type type, Generator gen ) : void
type System.Type
gen Generator
return void

WriteGeneratorToFile() public method

public WriteGeneratorToFile ( string fileName, Generator gen ) : void
fileName string
gen Generator
return void

Property Details

GeneratedFiles public_oe property

public List GeneratedFiles
return List

OutputDir public_oe property

public String OutputDir
return String