C# Class uREPL.CommandInfo

Show file 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 property

public string className
return string

command public property

public string command
return string

description public property

public string description
return string

method public property

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

methodName public property

public string methodName
return string