IApplicationState Interface

Summary

IApplicationState
graph BT Type["IApplicationState"] class Type type-node

Syntax

public interface IApplicationState

Attributes

Type Description
NullableContextAttribute

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<LogLevel>
Gets the log level.

Extension Methods