C# 클래스 XGetoptCS.XGetopt

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

공개 메소드들

메소드 설명
Getopt ( int argc, string argv, string optstring ) : char
Init ( ) : void
XGetopt ( ) : System

메소드 상세

Getopt() 공개 메소드

public Getopt ( int argc, string argv, string optstring ) : char
argc int
argv string
optstring string
리턴 char

Init() 공개 메소드

public Init ( ) : void
리턴 void

XGetopt() 공개 메소드

public XGetopt ( ) : System
리턴 System