Skip to content

Reflection

GeckoN edited this page Mar 29, 2017 · 5 revisions

The Reflection API provided by Sven Co-op allows for some runtime evaluation of the API.

Classes

ClassDescription
ArgumentsContains a set of arguments to be used with a reflected function or method call.
ReturnValueContains the return value of a function or method call.
CallableRepresents a callable type, either a function or method.
FunctionRepresents a function that can be called.
MethodRepresents a method that can be called.
ObjectTypeRepresents an object type.
IReflectionGroupRepresents a group of classes and functions.
CReflectionReflection main interface.

Enumerations

EnumDescription
ArgumentTypeWhat the type of an argument is.

Clone this wiki locally