Class CommandLineArgs
Inheritance
object
CommandLineArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Args
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class CommandLineArgs
Constructors
CommandLineArgs(string, string)
Declaration
public CommandLineArgs(string command = null, string target = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | command | |
| string | target |
Properties
Command
Declaration
public string Command { get; }
Property Value
| Type | Description |
|---|---|
| string |
Options
Declaration
public AbpCommandLineOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| AbpCommandLineOptions |
Target
Declaration
public string Target { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Empty()
Declaration
public static CommandLineArgs Empty()
Returns
| Type | Description |
|---|---|
| CommandLineArgs |
IsCommand(string)
Declaration
public bool IsCommand(string command)
Parameters
| Type | Name | Description |
|---|---|---|
| string | command |
Returns
| Type | Description |
|---|---|
| bool |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
object.ToString()