Static Public Member Functions | |
| static void | ParseArguments (object obj, string[] args) |
| Parse the Command-Line Arguments. | |
| static void | CheckRequiredOptions (object obj) |
| Check Required Options. | |
| static void | WriteOptions (object obj, TextWriter writer) |
| Write out the options and values. | |
| static Option[] | GetOptions (object obj) |
| Get a List of the Public Option Fields for the Object. | |
| static void Novell::iFolder::Utility::Options::ParseArguments | ( | object | obj, | |
| string[] | args | |||
| ) | [inline, static] |
Parse the Command-Line Arguments.
| obj | The Object with the Public Option Fields. | |
| args | The Command-Line Arguments. |
| static void Novell::iFolder::Utility::Options::CheckRequiredOptions | ( | object | obj | ) | [inline, static] |
| static void Novell::iFolder::Utility::Options::WriteOptions | ( | object | obj, | |
| TextWriter | writer | |||
| ) | [inline, static] |
Write out the options and values.
| obj | The Object with the Public Object Methods. | |
| writer | The TextWriter Object. |
| static Option [] Novell::iFolder::Utility::Options::GetOptions | ( | object | obj | ) | [inline, static] |
1.5.6