Click or drag to resize

CommandLineTypeExecDosCommand Method

Tage arguments passed in from the OS console command and process them.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public CommandResultEnum ExecDosCommand(
	string[] arguments
)

Parameters

arguments
Type: SystemString
The list of arguments passed in from the OS console.

Return Value

Type: CommandResultEnum

[Missing <returns> documentation for "M:us.FreeWill.CommandLine.CommandLineType.ExecDosCommand(System.String[])"]

See Also