C# (CSharp) HandCoded.Framework Namespace

Classes

Name Description
Application The Application class provides a basic application framework. Derived classes extend its functionality and specialise it to a particular task.
Option The Option class provide a basic command line processing capability. Instances of Option define the keywords to look for and the presence of associated parameters. The application should pass the entire set of command line strings recieved from Main to the processing function. The state of any option referenced by the strings is updated and any remaining strings are returned to the caller.
Process The Process class provides a basic process framework. Derived classes extend its functionality and specialise it to a particular task.