C# 클래스 TagTool.Commands.Command

Base class for a tag manipulation command.
파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( List args ) : bool

Executes the command.

보호된 메소드들

메소드 설명
Command ( CommandFlags flags, string name, string description, string usage, string helpMessage ) : System

Initializes a new instance of the Command class.

메소드 상세

Command() 보호된 메소드

Initializes a new instance of the Command class.
protected Command ( CommandFlags flags, string name, string description, string usage, string helpMessage ) : System
flags CommandFlags Command flags.
name string The command's name.
description string The command's description.
usage string The command's usage string.
helpMessage string The command's help message.
리턴 System

Execute() 공개 추상적인 메소드

Executes the command.
public abstract Execute ( List args ) : bool
args List The command arguments.
리턴 bool