Method Attributes : Int () Property
Get method attributes.
Impressum, Datenschutzerklärung
MethodInfo objects describe methods declared by your program. More...
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. |
MethodInfo objects describe methods declared by your program.
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 Invoke : Object ( inst:Object, args:Object[] )
Invoke method.