C# 클래스 Fanx.Tools.Fan

Fantom runtime for .NET.
상속: Tool
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
executeFile ( FileInfo file ) : int
run ( string reserved ) : int
writeLine ( string s ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

executeFile() 공개 메소드

public executeFile ( FileInfo file ) : int
file System.IO.FileInfo
리턴 int

run() 공개 정적인 메소드

public static run ( string reserved ) : int
reserved string
리턴 int

writeLine() 공개 정적인 메소드

public static writeLine ( string s ) : void
s string
리턴 void