Class AboutCommand
Shows contents of COPYING.TXT
Inheritance
System.Object
    ManyConsole.Internal.ConsoleUtil
    ManyConsole.ConsoleCommand
    AboutCommand
  Inherited Members
      ManyConsole.Internal.ConsoleUtil.VerifyNumberOfArguments(System.String[], System.Nullable<System.Int32>, System.Nullable<System.Int32>)
    
  Namespace: BitAddict.Aras.ArasSync.Commands
Assembly: ArasSync.dll
Syntax
[UsedImplicitly]
public class AboutCommand : ConsoleCommand
  Constructors
AboutCommand()
Declaration
public AboutCommand()
  Methods
Run(String[])
Declaration
public override int Run(string[] remainingArguments)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String[] | remainingArguments | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
ManyConsole.ConsoleCommand.Run(System.String[])