Show / Hide Table of Contents

Class CommandLineArgs

Inheritance
System.Object
CommandLineArgs
Namespace: Volo.Abp.Cli.Args
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
Type Description
AbpCommandLineOptions

Target

Declaration
public string Target { get; }
Property Value
Type Description
System.String

Methods

Empty()

Declaration
public static CommandLineArgs Empty()
Returns
Type Description
CommandLineArgs

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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft