C# 클래스 Pytocs.Translator

Top-level class responsible for translation from Python to C#.
파일 보기 프로젝트 열기: uxmal/pytocs 1 사용 예제들

공개 메소드들

메소드 설명
Translate ( string filename, TextReader input, TextWriter output ) : void
TranslateFile ( string inputFileName, string outputFileName ) : void
Translator ( string nmspace, string moduleName, IFileSystem fs, ILogger logger ) : System

메소드 상세

Translate() 공개 메소드

public Translate ( string filename, TextReader input, TextWriter output ) : void
filename string
input TextReader
output System.IO.TextWriter
리턴 void

TranslateFile() 공개 메소드

public TranslateFile ( string inputFileName, string outputFileName ) : void
inputFileName string
outputFileName string
리턴 void

Translator() 공개 메소드

public Translator ( string nmspace, string moduleName, IFileSystem fs, ILogger logger ) : System
nmspace string
moduleName string
fs IFileSystem
logger ILogger
리턴 System