C# 클래스 RemotingGen.Program

파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
Generate ( string assemblyPath, string outputDir, bool createAPI ) : bool
Main ( string args ) : int

비공개 메소드들

메소드 설명
LoadAssembly ( string path, Assembly &assembly ) : bool
ParseCommandLineOptions ( String args, Options options ) : bool
ShowHelp ( OptionSet options ) : void

메소드 상세

Generate() 공개 정적인 메소드

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

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int