C# 클래스 Paralect.Config.Application

파일 보기 프로젝트 열기: paralect/Paralect.Config 1 사용 예제들

공개 메소드들

메소드 설명
Application ( String args ) : System

Initializes a new instance of the T:System.Object class.

Main ( String args ) : void

Entry point

비공개 메소드들

메소드 설명
GetValue ( String arg ) : String
Launch ( ) : void
ParseArguments ( String args ) : void

Parse arguments

메소드 상세

Application() 공개 메소드

Initializes a new instance of the T:System.Object class.
public Application ( String args ) : System
args String
리턴 System

Main() 공개 정적인 메소드

Entry point
public static Main ( String args ) : void
args String
리턴 void