C# Class RemotingGen.Program

Exibir arquivo Open project: FloodProject/flood

Public Methods

Method Description
Generate ( string assemblyPath, string outputDir, bool createAPI ) : bool
Main ( string args ) : int

Private Methods

Method Description
LoadAssembly ( string path, Assembly &assembly ) : bool
ParseCommandLineOptions ( String args, Options options ) : bool
ShowHelp ( OptionSet options ) : void

Method Details

Generate() public static method

public static Generate ( string assemblyPath, string outputDir, bool createAPI ) : bool
assemblyPath string
outputDir string
createAPI bool
return bool

Main() public static method

public static Main ( string args ) : int
args string
return int