|
Arguments(String) Constructor
|
Initializes a new instance of the
Arguments class.
Namespace: GSF.ConsoleAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic Arguments(
string commandLine
)
Public Sub New (
commandLine As String
)
public:
Arguments(
String^ commandLine
)
new :
commandLine : string -> Arguments
GSF.Console.Arguments = function(commandLine);
View SourceParameters
- commandLine String
- The command-line command to be parsed.
See Also