C# Class Fanx.Tools.Fan

Fantom runtime for .NET.
Inheritance: Tool
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
executeFile ( FileInfo file ) : int
run ( string reserved ) : int
writeLine ( string s ) : void

Private Methods

Méthode 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 méthode

public executeFile ( FileInfo file ) : int
file System.IO.FileInfo
Résultat int

run() public static méthode

public static run ( string reserved ) : int
reserved string
Résultat int

writeLine() public static méthode

public static writeLine ( string s ) : void
s string
Résultat void