C# Класс NSwag.Commands.NSwagCommandProcessor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NSwagCommandProcessor ( Assembly assemblyLoaderAssembly, IConsoleHost host ) : System

Initializes a new instance of the NSwagCommandProcessor class.

Process ( string args ) : int

Processes the command line arguments.

Приватные методы

Метод Описание
WaitWhenDebuggerAttached ( ) : void

Описание методов

NSwagCommandProcessor() публичный Метод

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.
Результат System

Process() публичный Метод

Processes the command line arguments.
public Process ( string args ) : int
args string The arguments.
Результат int