CreateCommandContext(CommandRunConfig) Method

Definition

Assembly XenoAtom.CommandLine.dll

Creates a new command context for this command.

protected virtual CommandRunContext CreateCommandContext(CommandRunConfig config)

Parameters

config
CommandRunConfig

The command config.

Returns

CommandRunContext
A new command run context for this command.