|
override bool | GetArguments (string value, out IEnumerable< string > replacement) |
|
override string[] | GetNames () |
|
|
override string | Description => "Read response file for more options." |
|
Definition at line 726 of file Options.cs.
override bool Ntp.Common.IO.ResponseFileSource.GetArguments |
( |
string |
value, |
|
|
out IEnumerable< string > |
replacement |
|
) |
| |
|
inlinevirtual |
Implements Ntp.Common.IO.ArgumentSource.
Definition at line 730 of file Options.cs.
732 if (
string.IsNullOrEmpty(value) || !value.StartsWith(
"@"))
static IEnumerable< string > GetArgumentsFromFile(string file)
override string [] Ntp.Common.IO.ResponseFileSource.GetNames |
( |
| ) |
|
|
inlinevirtual |
override string Ntp.Common.IO.ResponseFileSource.Description => "Read response file for more options." |
The documentation for this class was generated from the following file: