Extensions of
ProgramArgs
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ProgramArgsExtensions"]
class Type type-node
Syntax
public static class ProgramArgsExtensions
Methods
Name | Return Value | Summary |
---|---|---|
GetArgValue |
string |
Gets the argument value.
static
|
GetBasePathValue |
string |
Gets the conventional base-path value.
static
|
GetOutputPath |
string |
Gets the path to the output file specified by conventional arguments.
static
|
GetSettings |
string |
Gets the conventional settings file
string content.
static
|
GetSettingsFilePath |
string |
Gets the conventional settings file path.
static
|
GetStringInput |
string |
static
|
HasArg |
bool |
Determines whether the specified
ProgramArgs has argument.
static
|
IsHelpRequest |
bool |
Determines whether args contain the
Help flag.
static
|
ToConfigurationKey |
string |
Converts the
args key to a conventional Configuration key.
static
|
ToHelpDisplayText |
string |
Converts the
args key any help text.
static
|
ToHelpDisplayText |
string |
Converts the
args key any help text.
static
|
WithDefaultHelpText |
ProgramArgs |
Returns
ProgramArgs
static
|
WriteOutputToFile |
void |
Writes the
byte array output
to the file specified by OutputFile .
static
|
WriteOutputToFile |
void |
Writes the
Stream output
to the file specified by OutputFile .
static
|
WriteOutputToFile |
void |
Writes the
string output
to the file specified by OutputFile .
static
|