C# Class XGetoptCS.XGetopt

Datei anzeigen Open project: Neal/iKGD Class Usage Examples

Public Methods

Method Description
Getopt ( int argc, string argv, string optstring ) : char
Init ( ) : void
XGetopt ( ) : System

Method Details

Getopt() public method

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

Init() public method

public Init ( ) : void
return void

XGetopt() public method

public XGetopt ( ) : System
return System