TianoCore EDK2 master
|
Data Fields | |
CHAR16 * | ScriptName |
The filename of this script. | |
CHAR16 ** | Argv |
The parmameters to the script file. | |
UINTN | Argc |
The count of parameters. | |
LIST_ENTRY | CommandList |
The script converted to a list of commands (SCRIPT_COMMAND_LIST objects). | |
SCRIPT_COMMAND_LIST * | CurrentCommand |
The command currently being operated. If !=NULL must be a member of CommandList. | |
LIST_ENTRY | SubstList |
A list of current script loop alias' (ALIAS_LIST objects) (Used for the for %-based replacement). | |
Definition at line 387 of file ShellCommandLib.h.
UINTN SCRIPT_FILE::Argc |
The count of parameters.
Definition at line 390 of file ShellCommandLib.h.
CHAR16** SCRIPT_FILE::Argv |
The parmameters to the script file.
Definition at line 389 of file ShellCommandLib.h.
LIST_ENTRY SCRIPT_FILE::CommandList |
The script converted to a list of commands (SCRIPT_COMMAND_LIST objects).
Definition at line 391 of file ShellCommandLib.h.
SCRIPT_COMMAND_LIST* SCRIPT_FILE::CurrentCommand |
The command currently being operated. If !=NULL must be a member of CommandList.
Definition at line 392 of file ShellCommandLib.h.
CHAR16* SCRIPT_FILE::ScriptName |
The filename of this script.
Definition at line 388 of file ShellCommandLib.h.
LIST_ENTRY SCRIPT_FILE::SubstList |
A list of current script loop alias' (ALIAS_LIST objects) (Used for the for %-based replacement).
Definition at line 393 of file ShellCommandLib.h.