메소드 | 설명 | |
---|---|---|
RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task |
메소드 | 설명 | |
---|---|---|
CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task |
Creates a new document in the given path.
|
protected abstract CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task | ||
filePath | string | The file path. |
리턴 | System.Threading.Tasks.Task |
public RunAsync ( CommandLineProcessor processor, IConsoleHost host ) : Task | ||
processor | CommandLineProcessor | |
host | IConsoleHost | |
리턴 | Task |