프로퍼티 | 타입 | 설명 | |
---|---|---|---|
assemblyPath | string | ||
fileConversionRunner | IRunner | ||
fileManager | FileManager | ||
fileName | string | ||
filePath | string | ||
help | bool | ||
instance | Program | ||
outputFolder | string | ||
projectPath | string | ||
verbose | bool |
메소드 | 설명 | |
---|---|---|
Program ( string args ) : System |
Initializes a new instance of the Program class.
|
메소드 | 설명 | |
---|---|---|
ConvertFile ( ) : void | ||
ConvertProject ( ) : void | ||
CreateFileConversionRunner ( ) : IRunner | ||
ExecuteCore ( ) : void |
Runs the main logic.
|
|
HandleError ( |
||
HandleExtraParameters ( IEnumerable |
||
HandleNoFeasibleExecution ( ) : void | ||
HandleOptionException ( Mono.Options.OptionException e ) : void | ||
PerformFileConversion ( |
||
ShowHelp ( ) : void |
메소드 | 설명 | |
---|---|---|
GetOutputFolderForProject ( string userInput ) : string | ||
Main ( string args ) : void |
Entry point.
|
protected HandleExtraParameters ( IEnumerable |
||
extra | IEnumerable |
|
리턴 | void |
protected HandleOptionException ( Mono.Options.OptionException e ) : void | ||
e | Mono.Options.OptionException | |
리턴 | void |
protected static PerformFileConversion ( |
||
arguments | ||
리턴 | string |