C# 클래스 Horton.HortonCommands

파일 보기 프로젝트 열기: jdaigle/Horton

공개 메소드들

메소드 설명
LoadPluginsLazy ( ) : void
RegisterCommand ( HortonCommand command ) : void
TryParseCommand ( string command ) : HortonCommand

비공개 메소드들

메소드 설명
HortonCommands ( ) : System

메소드 상세

LoadPluginsLazy() 공개 정적인 메소드

public static LoadPluginsLazy ( ) : void
리턴 void

RegisterCommand() 공개 정적인 메소드

public static RegisterCommand ( HortonCommand command ) : void
command HortonCommand
리턴 void

TryParseCommand() 공개 정적인 메소드

public static TryParseCommand ( string command ) : HortonCommand
command string
리턴 HortonCommand