프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ExecuteDocumentAsync | System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task |
메소드 | 설명 | |
---|---|---|
LoadDocumentAsync ( string filePath ) : Task |
Loads an existing NSwagDocument.
|
메소드 | 설명 | |
---|---|---|
ExecuteDocumentAsync ( IConsoleHost host, string filePath ) : System.Threading.Tasks.Task |
protected abstract LoadDocumentAsync ( string filePath ) : Task |
||
filePath | string | The file path. |
리턴 | Task |
public RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task | ||
processor | CommandLineProcessor | |
host | IConsoleHost | |
리턴 | Task |