-
Notifications
You must be signed in to change notification settings - Fork 4
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.
| Class | Description |
|---|---|
| Arguments | Contains a set of arguments to be used with a reflected function or method call. |
| ReturnValue | Contains the return value of a function or method call. |
| Callable | Represents a callable type, either a function or method. |
| Function | Represents a function that can be called. |
| Method | Represents a method that can be called. |
| ObjectType | Represents an object type. |
| IReflectionGroup | Represents a group of classes and functions. |
| CReflection | Reflection main interface. |
| Enum | Description |
|---|---|
| ArgumentType | What the type of an argument is. |
