Method | Description | |
---|---|---|
ReportError ( int errorNum, string msg ) : void | ||
ReportInvalidArgument ( string option, string value ) : void | ||
ReportMissingArgument ( string option ) : void | ||
ReportMissingFileSpec ( string option ) : void | ||
ReportMissingText ( string option ) : void | ||
ReportNotImplemented ( string option ) : void | ||
ReportWarning ( int errorNum, string msg ) : void | ||
ShowUsage ( ) : void | ||
ShowVersion ( bool exit ) : void |
Method | Description | |
---|---|---|
Display ( string array ) : void |
static public ReportError ( int errorNum, string msg ) : void | ||
errorNum | int | |
msg | string | |
return | void |
static public ReportInvalidArgument ( string option, string value ) : void | ||
option | string | |
value | string | |
return | void |
static public ReportMissingArgument ( string option ) : void | ||
option | string | |
return | void |
static public ReportMissingFileSpec ( string option ) : void | ||
option | string | |
return | void |
static public ReportMissingText ( string option ) : void | ||
option | string | |
return | void |
static public ReportNotImplemented ( string option ) : void | ||
option | string | |
return | void |
static public ReportWarning ( int errorNum, string msg ) : void | ||
errorNum | int | |
msg | string | |
return | void |
static public ShowVersion ( bool exit ) : void | ||
exit | bool | |
return | void |