AP&C API Reference
|
The class responsible for handling incoming command line switches. You can either edit this class directly, or subclass it and implement OnProcessArg(string) to extract your specific args. More...
Classes | |
class | Args |
An abstraction of command line arguments that handles parsing flags and exposes the values as properties. This base class includes the flags needed to control launching as a service or console app or as the service installer with its various options (including un-installation). More... | |
class | Host |
The host provides an abstraction for the startup logic to be implemented in one location and utilized in either console or service mode. More... | |
class | LicensingService |
class | Installer1 |
class | Program |
The class responsible for handling incoming command line switches. You can either edit this class directly, or subclass it and implement OnProcessArg(string) to extract your specific args.