C# Class LibSmoz.Commands.Ui.UiCommand

Base class for a subset of Commands that act on StartMenu instances.
Inheritance: Command
ファイルを表示 Open project: nithinphilips/SMOz

Public Methods

Method Description
GetIoCommand ( ) : IoCommand

Gets an IoCommand that applies the same action performed by a UiCommand, but on the file system.

Method Details

GetIoCommand() public abstract method

Gets an IoCommand that applies the same action performed by a UiCommand, but on the file system.
public abstract GetIoCommand ( ) : IoCommand
return IoCommand