Show / Hide Table of Contents

Class CommandExecutionInfo

Information about the requested command execution.

Inheritance
object
CommandExecutionInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class CommandExecutionInfo

Properties

| Edit this page View Source

Arguments

The requested command line arguments parsed into key/value pairs

Declaration
public Dictionary<string, string> Arguments { get; set; }
Property Value
Type Description
Dictionary<string, string>
| Edit this page View Source

CommandName

Requested command name. This is the first arg (args[0]) on the command line

Declaration
public string CommandName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Configuration

Declaration
public ICommandConfigurationManager Configuration { get; set; }
Property Value
Type Description
ICommandConfigurationManager
| Edit this page View Source

Options

Declaration
public ICommandProgramOptions Options { get; set; }
Property Value
Type Description
ICommandProgramOptions

Extension Methods

ExtensionMethods.AddArgumentValue(CommandExecutionInfo, string, string)
ExtensionMethods.GetCloneOfArguments(CommandExecutionInfo, string, bool)
ExtensionMethods.RemoveArgumentValue(CommandExecutionInfo, string)
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com