C# 클래스 uREPL.CommandInfo

파일 보기 프로젝트 열기: hecomi/uREPL

공개 프로퍼티들

프로퍼티 타입 설명
className string
command string
description string
method System.Reflection.MethodInfo
methodName string

공개 메소드들

메소드 설명
CommandInfo ( string className, string methodName, string description, string command, MethodInfo method ) : System
GetFormat ( ) : string
GetFormat ( string args ) : string
GetTaggedFormat ( ) : string
HasArguments ( ) : bool

메소드 상세

CommandInfo() 공개 메소드

public CommandInfo ( string className, string methodName, string description, string command, MethodInfo method ) : System
className string
methodName string
description string
command string
method System.Reflection.MethodInfo
리턴 System

GetFormat() 공개 메소드

public GetFormat ( ) : string
리턴 string

GetFormat() 공개 메소드

public GetFormat ( string args ) : string
args string
리턴 string

GetTaggedFormat() 공개 메소드

public GetTaggedFormat ( ) : string
리턴 string

HasArguments() 공개 메소드

public HasArguments ( ) : bool
리턴 bool

프로퍼티 상세

className 공개적으로 프로퍼티

public string className
리턴 string

command 공개적으로 프로퍼티

public string command
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

method 공개적으로 프로퍼티

public MethodInfo,System.Reflection method
리턴 System.Reflection.MethodInfo

methodName 공개적으로 프로퍼티

public string methodName
리턴 string