Class reflection.MethodInfo - leonard-thieu/monkey GitHub Wiki
MethodInfo objects describe methods declared by your program.
Attributes : Int ()
Name : String ()
ParameterTypes : ClassInfo[] ()
ReturnType : ClassInfo ()
MethodInfo objects describe methods declared by your program.
Method Attributes : Int ()
Get method attributes.
Method Name : String ()
Get name of method.
Get method parameter types.
Method ReturnType : ClassInfo ()
Get return type of method.
Invoke method.