All Bundles

Method

Represents a runtime method or function

Operations

GetClass

Returns the class associated with this method

method : public : GetClass() ~ Class
Return
TypeDescription
Classassociated class

GetName

Returns the name of the method

method : public : GetName() ~ String
Return
TypeDescription
Stringname of the method

GetParameters

Returns an array of method parameters

method : public : GetParameters() ~ DataType[]
Return
TypeDescription
DataType[]array of method parameters

GetReturn

Returns the method's return type

method : public : GetReturn() ~ DataType
Return
TypeDescription
DataTypemethod's return type