ReactOS 0.4.15-dev-8100-g1887773
CShellCommand Class Referenceabstract

#include <ShellCommand.h>

Inheritance diagram for CShellCommand:

Public Member Functions

 CShellCommand ()
 
virtual ~CShellCommand ()
 
virtual BOOL Match (const TCHAR *pchCommand)=0
 
virtual int Execute (CConsole &rConsole, CArgumentParser &rArguments)=0
 
virtual const TCHARGetHelpString ()=0
 
virtual const TCHARGetHelpShortDescriptionString ()=0
 

Detailed Description

Definition at line 13 of file ShellCommand.h.

Constructor & Destructor Documentation

◆ CShellCommand()

CShellCommand::CShellCommand ( )

Definition at line 33 of file ShellCommand.cpp.

34{
35
36}

◆ ~CShellCommand()

CShellCommand::~CShellCommand ( )
virtual

Definition at line 38 of file ShellCommand.cpp.

39{
40
41}

Member Function Documentation

◆ Execute()

◆ GetHelpShortDescriptionString()

◆ GetHelpString()

◆ Match()


The documentation for this class was generated from the following files: