![]() | ZWOptions Methods |
The ZWOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddOptionBool | Add a boolean option to the program. |
![]() | AddOptionInt | Add an integer option to the program. |
![]() | AddOptionString | Add a string option to the program. |
![]() | Destroy |
Deletes the Options and cleans up any associated objects.
The application is responsible for destroying the Options object,
but this must not be done until after the Manager object has been
destroyed. |
![]() | GetOptionAsBool | |
![]() | GetOptionAsInt | |
![]() | GetOptionAsString | |
![]() | GetOptionType | Get the type of value stored in an option. |
![]() | Initialize | Creates an object to manage the program options using the default data paths. |
![]() | Initialize(String, String, String) | Creates an object to manage the program options. |
![]() | Lock | Locks the options. |