C# Class AdvancedLauncher.Management.Commands.PluginCommand

Inheritance: AdvancedLauncher.SDK.Management.Commands.AbstractExtendedCommand
Datei anzeigen Open project: GoldRenard/DMOAdvancedLauncher

Private Properties

Property Type Description
PickContainer AdvancedLauncher.Model.PluginContainer
PluginList bool
PluginStart bool
PluginStop bool

Public Methods

Method Description
PluginCommand ( ) : System.Collections.Generic

Protected Methods

Method Description
CreateCommands ( ) : SubCommand>.Dictionary
LogInfo ( string value ) : void

Private Methods

Method Description
PickContainer ( string args ) : PluginContainer
PluginList ( string args ) : bool
PluginStart ( string args ) : bool
PluginStop ( string args ) : bool

Method Details

CreateCommands() protected method

protected CreateCommands ( ) : SubCommand>.Dictionary
return SubCommand>.Dictionary

LogInfo() protected method

protected LogInfo ( string value ) : void
value string
return void

PluginCommand() public method

public PluginCommand ( ) : System.Collections.Generic
return System.Collections.Generic