Interface ICommandProgramOptions
Assembly: Benday.CommandsFramework.dll
Syntax
public interface ICommandProgramOptions
Properties
|
Edit this page
View Source
ApplicationName
Declaration
string ApplicationName { get; set; }
Property Value
|
Edit this page
View Source
ConfigurationFolderName
Declaration
string ConfigurationFolderName { get; set; }
Property Value
|
Edit this page
View Source
DisplayUsageOptions
Declaration
DisplayUsageOptions DisplayUsageOptions { get; set; }
Property Value
|
Edit this page
View Source
OutputProvider
Declaration
ITextOutputProvider OutputProvider { get; set; }
Property Value
|
Edit this page
View Source
UsesConfiguration
Declaration
bool UsesConfiguration { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
string Version { get; set; }
Property Value
|
Edit this page
View Source
Website
Declaration
string Website { get; set; }
Property Value