C# 클래스 Pluton.PluginCommands

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

공개 프로퍼티들

프로퍼티 타입 설명
Commands PluginCommand>.Dictionary

공개 메소드들

메소드 설명
GetInstance ( ) : PluginCommands
GetPlutonCommand ( string c, string defaultValue ) : string
Init ( ) : void
PluginCommands ( ) : System
RegisterCommand ( PluginCommand command ) : void
RegisterCommand ( string command, string usage, string description ) : void
getCommands ( ) : List
getDescriptions ( string command ) : string[]
getUsages ( string command ) : string[]

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : PluginCommands
리턴 PluginCommands

GetPlutonCommand() 공개 메소드

public GetPlutonCommand ( string c, string defaultValue ) : string
c string
defaultValue string
리턴 string

Init() 공개 메소드

public Init ( ) : void
리턴 void

PluginCommands() 공개 메소드

public PluginCommands ( ) : System
리턴 System

RegisterCommand() 공개 메소드

public RegisterCommand ( PluginCommand command ) : void
command PluginCommand
리턴 void

RegisterCommand() 공개 메소드

public RegisterCommand ( string command, string usage, string description ) : void
command string
usage string
description string
리턴 void

getCommands() 공개 메소드

public getCommands ( ) : List
리턴 List

getDescriptions() 공개 메소드

public getDescriptions ( string command ) : string[]
command string
리턴 string[]

getUsages() 공개 메소드

public getUsages ( string command ) : string[]
command string
리턴 string[]

프로퍼티 상세

Commands 공개적으로 정적으로 프로퍼티

public static Dictionary Commands
리턴 PluginCommand>.Dictionary