Monkey Documentation

Class MethodInfo

MethodInfo objects describe methods declared by your program.


Properties:
Methods:
  • Invoke : Object ( inst:Object, args:Object[] )

Property Documentation

Method Attributes : Int () Property

Get method attributes.

Method Name : String () Property

Get name of method.

Method ParameterTypes : ClassInfo[] () Property

Get method parameter types.

Method ReturnType : ClassInfo () Property

Get return type of method.


Method Documentation

Method Invoke : Object ( inst:Object, args:Object[] )

Invoke method.