C# Class uREPL.CommandInfo

Afficher le fichier Open project: hecomi/uREPL

Méthodes publiques

Свойство Type Description
className string
command string
description string
method System.Reflection.MethodInfo
methodName string

Méthodes publiques

Méthode 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 méthode

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
Résultat System

GetFormat() public méthode

public GetFormat ( ) : string
Résultat string

GetFormat() public méthode

public GetFormat ( string args ) : string
args string
Résultat string

GetTaggedFormat() public méthode

public GetTaggedFormat ( ) : string
Résultat string

HasArguments() public méthode

public HasArguments ( ) : bool
Résultat bool

Property Details

className public_oe property

public string className
Résultat string

command public_oe property

public string command
Résultat string

description public_oe property

public string description
Résultat string

method public_oe property

public MethodInfo,System.Reflection method
Résultat System.Reflection.MethodInfo

methodName public_oe property

public string methodName
Résultat string