C# Class Fanx.Tools.Fan

Fantom runtime for .NET.
Inheritance: Tool
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
executeFile ( FileInfo file ) : int
run ( string reserved ) : int
writeLine ( string s ) : void

Private Methods

Method Description
callMain ( Type t, Method m ) : int
execute ( string target, string args ) : int
executeType ( string target ) : int
help ( ) : void
pods ( String progName ) : void
toResult ( object obj ) : int
version ( string progName ) : void

Method Details

executeFile() public method

public executeFile ( FileInfo file ) : int
file System.IO.FileInfo
return int

run() public static method

public static run ( string reserved ) : int
reserved string
return int

writeLine() public static method

public static writeLine ( string s ) : void
s string
return void