Summary
ICommandLineExecutor
graph BT
Type["ICommandLineExecutor"]
class Type type-node
Syntax
public interface ICommandLineExecutor
Attributes
Type | Description |
---|---|
Nullable |
Properties
Name | Value | Summary |
---|---|---|
Application | Command |
Gets the application.
|
ApplicationState | IApplicationState |
Gets the state of the application.
|
IsDefaultCommand | bool |
Gets a value indicating whether this instance is default command.
|
Methods
Name | Value | Summary |
---|---|---|
Execute |
int |
Executes the specified service provider.
|
ExecuteAsync |
Task |
Executes the specified service provider.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|