Summary
IApplicationState
graph BT
Type["IApplicationState"]
class Type type-node
Syntax
public interface IApplicationState
Attributes
| Type | Description |
|---|---|
| Nullable |
Properties
| Name | Value | Summary |
|---|---|---|
| Debug | bool |
Gets a value indicating whether this
IApplicationState is debug.
|
| IsDefaultCommand | bool |
Gets a value indicating whether this instance is default command.
|
| RemainingArguments | string[] |
Gets the remaining arguments.
|
| Trace | bool |
Gets a value indicating whether this
IApplicationState is trace.
|
| Verbose | bool |
Gets a value indicating whether this
IApplicationState is verbose.
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetLogLevel |
Nullable |
Gets the log level.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
