C# Class NSwag.Commands.NSwagCommandProcessor

Afficher le fichier Open project: NSwag/NSwag Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
WaitWhenDebuggerAttached ( ) : void

Method Details

NSwagCommandProcessor() public méthode

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.
Résultat System

Process() public méthode

Processes the command line arguments.
public Process ( string args ) : int
args string The arguments.
Résultat int