Class CommandLineArgs
Inheritance
System.Object
CommandLineArgs
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class CommandLineArgs : object
Constructors
CommandLineArgs(String, String)
Declaration
public CommandLineArgs(string command = null, string target = null)
Parameters
Type |
Name |
Description |
System.String |
command |
|
System.String |
target |
|
Properties
Command
Declaration
public string Command { get; }
Property Value
Type |
Description |
System.String |
|
Options
Declaration
public AbpCommandLineOptions Options { get; }
Property Value
Target
Declaration
public string Target { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Empty()
Declaration
public static CommandLineArgs Empty()
Returns
IsCommand(String)
Declaration
public bool IsCommand(string command)
Parameters
Type |
Name |
Description |
System.String |
command |
|
Returns
Type |
Description |
System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods