C# 클래스 NSwag.Commands.NSwagCommandProcessor

파일 보기 프로젝트 열기: NSwag/NSwag 1 사용 예제들

공개 메소드들

메소드 설명
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