C# Class NSwag.Commands.NSwagCommandProcessor

显示文件 Open project: NSwag/NSwag Class Usage Examples

Public Methods

Method Description
NSwagCommandProcessor ( Assembly assemblyLoaderAssembly, IConsoleHost host ) : System

Initializes a new instance of the NSwagCommandProcessor class.

Process ( string args ) : int

Processes the command line arguments.

Private Methods

Method Description
WaitWhenDebuggerAttached ( ) : void

Method Details

NSwagCommandProcessor() public method

Initializes a new instance of the NSwagCommandProcessor class.
public NSwagCommandProcessor ( Assembly assemblyLoaderAssembly, IConsoleHost host ) : System
assemblyLoaderAssembly System.Reflection.Assembly The command assembly.
host IConsoleHost The host.
return System

Process() public method

Processes the command line arguments.
public Process ( string args ) : int
args string The arguments.
return int