C# Class uREPL.CommandInfo

ファイルを表示 Open project: hecomi/uREPL

Public Properties

Property Type Description
className string
command string
description string
method System.Reflection.MethodInfo
methodName string

Public Methods

Method Description
CommandInfo ( string className, string methodName, string description, string command, MethodInfo method ) : System
GetFormat ( ) : string
GetFormat ( string args ) : string
GetTaggedFormat ( ) : string
HasArguments ( ) : bool

Method Details

CommandInfo() public method

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
return System

GetFormat() public method

public GetFormat ( ) : string
return string

GetFormat() public method

public GetFormat ( string args ) : string
args string
return string

GetTaggedFormat() public method

public GetTaggedFormat ( ) : string
return string

HasArguments() public method

public HasArguments ( ) : bool
return bool

Property Details

className public_oe property

public string className
return string

command public_oe property

public string command
return string

description public_oe property

public string description
return string

method public_oe property

public MethodInfo,System.Reflection method
return System.Reflection.MethodInfo

methodName public_oe property

public string methodName
return string