Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Class MethodInfo

MethodInfo objects describe methods declared by your program. More...

Declarations

Properties
Attributes : Int () Get method attributes.
Name : String () Get name of method.
ParameterTypes : ClassInfo[] () Get method parameter types.
ReturnType : ClassInfo () Get return type of method.
Methods
Invoke : Object ( inst:Object, args:Object[] ) Invoke method.

Detailed Discussion

MethodInfo objects describe methods declared by your program.


Properties 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.


Methods Documentation