C# Class Shed.Controllers.Reflection.ReflectiveController.ReflectiveCommand

Inheritance: ICommand
显示文件 Open project: jskeet/DemoCode

Public Methods

Method Description
Execute ( string arguments ) : void

Private Methods

Method Description
ReflectiveCommand ( object target, MethodInfo method, string description ) : System

Method Details

Execute() public method

public Execute ( string arguments ) : void
arguments string
return void