[This is preliminary documentation and is subject to change.]

Produces a list of arguments that were passed to this instance of fCraft.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public static string[] GetArgList()

Return Value

An array of strings, formatted as --key="value" (or, for flag arguments, --key). Returns an empty string array if no arguments were set.

See Also