Share via


CommandLineProgram Members

Include Protected Members
Include Inherited Members

Represents the command line program.

The CommandLineProgram type exposes the following members.

Constructors

  Name Description
Public method CommandLineProgram Initializes a new instance of the CommandLineProgram class.

Top

Properties

  Name Description
Public propertyStatic member Arguments Gets the collection of CommandArgument objects parsed from the ones specified on the command line.
Public propertyStatic member CompletelyVerified Verifies the command line arguments.
Public propertyStatic member Help Gets an indication whether help is requested to be output for the command line.
Public propertyStatic member ParsedArguments Gets verification that the command line argument parsing has occurred.
Public propertyStatic member ParseSucceeded Gets verification that the command line argument parse succeeded.
Public propertyStatic member RequiredArgumentsVerified Gets verification that the required arguments are specified for this command line program.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ParseArguments
Public method ToString (Inherited from Object.)
Public methodStatic member VerifyRequiredArguments

Top

See Also

Reference

CommandLineProgram Class

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace