C# 클래스 Qowaiv.CodeGenerator.Program

The code generator program.
파일 보기 프로젝트 열기: Corniel/Qowaiv

공개 메소드들

메소드 설명
Main ( string args ) : void

Executes the program.

CodeGenerator.exe outputDir underlyingType className [longClassName] [a|an] [namespace] Example: CodeGenerator.exe C:\Temp\Qowaiv string EmailAddress "Email address" an Qowaiv

비공개 메소드들

메소드 설명
AppendLoggers ( ) : void

메소드 상세

Main() 공개 정적인 메소드

Executes the program.
CodeGenerator.exe outputDir underlyingType className [longClassName] [a|an] [namespace] Example: CodeGenerator.exe C:\Temp\Qowaiv string EmailAddress "Email address" an Qowaiv
public static Main ( string args ) : void
args string The Arguments of the program.
리턴 void