Click or drag to resize

MicaSystems.Utils.CLI Namespace

Classes
  ClassDescription
Public classCLICommandAttribute
Attribute to set on a class representing a command to execute.
Public classCLIParameterAttribute
Attribute to set on a constant representing the name of a command parameter.
Public classCommand
Represents a command executed using an application in a command-line.
Public classCommandUtils
Provides utilities for the execution of commands.
Delegates
  DelegateDescription
Public delegateCommandExecution
Represents a method executing a specified command.