Summary
ICommandLine
graph BT
Type["ICommandLine"]
class Type type-node
Syntax
public interface ICommandLine
Attributes
| Type | Description |
|---|---|
| Nullable |
Properties
| Name | Value | Summary |
|---|---|---|
| Application | Command |
Gets the application.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Execute |
int |
Executes the specified service provider.
|
| ExecuteAsync |
Task |
Executes the specified service provider.
|
| Parse |
ICommandLineExecutor |
Parses the specified arguments.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
