AP&C API Reference
Classes
Apac.Services Namespace 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
 

Detailed Description

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.