C# 클래스 Pluton.PluginCommand

파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_command string
_description string
_usage string

공개 메소드들

메소드 설명
PluginCommand ( ) : System
PluginCommand ( string command, string description, string usage ) : System

메소드 상세

PluginCommand() 공개 메소드

public PluginCommand ( ) : System
리턴 System

PluginCommand() 공개 메소드

public PluginCommand ( string command, string description, string usage ) : System
command string
description string
usage string
리턴 System

프로퍼티 상세

_command 공개적으로 프로퍼티

public string _command
리턴 string

_description 공개적으로 프로퍼티

public string _description
리턴 string

_usage 공개적으로 프로퍼티

public string _usage
리턴 string