C# Class SharpOS.Kernel.Shell.Commands.BuiltIn.Show

Mostra file Open project: sharpos/SharpOS

Public Methods

Method Description
CREATE ( ) : CommandTableEntry*
ShowCopyright ( ) : void
ShowDevelopers ( ) : void
ShowWarranty ( ) : void

Private Methods

Method Description
Execute ( CommandExecutionContext context ) : void
GetHelp ( CommandExecutionContext context ) : void

Method Details

CREATE() public static method

public static CREATE ( ) : CommandTableEntry*
return CommandTableEntry*

ShowCopyright() public static method

public static ShowCopyright ( ) : void
return void

ShowDevelopers() public static method

public static ShowDevelopers ( ) : void
return void

ShowWarranty() public static method

public static ShowWarranty ( ) : void
return void