public class TypeLoader:
Class responsible for loading types in the reflection system.
| Modifier and Type | Member | Description |
|---|---|---|
| public static | attributeAnnotationArgumentCount | No summary. |
| public static | attributeAnnotationArgumentName | No summary. |
| public static | attributeAnnotationArgumentType | No summary. |
| public static | attributeAnnotationArgumentValue | No summary. |
| public static | attributeAnnotationCount | Returns the number of annotations on a reflected attribute. |
| public static | attributeAnnotationName | Returns one annotation name on a reflected attribute. |
| public static | attributeCount | No summary. |
| public static | attributeFlags | No summary. |
| public static | attributeName | No summary. |
| public static | attributeType | No summary. |
| public static | constructorAnnotationArgumentCount | No summary. |
| public static | constructorAnnotationArgumentName | No summary. |
| public static | constructorAnnotationArgumentType | No summary. |
| public static | constructorAnnotationArgumentValue | No summary. |
| public static | constructorAnnotationCount | No summary. |
| public static | constructorAnnotationName | No summary. |
| public static | constructorCount | No summary. |
| public static | constructorFlags | No summary. |
| public static | constructorParameterAnnotationArgumentCount | No summary. |
| public static | constructorParameterAnnotationArgumentName | No summary. |
| public static | constructorParameterAnnotationArgumentType | No summary. |
| public static | constructorParameterAnnotationArgumentValue | No summary. |
| public static | constructorParameterAnnotationCount | No summary. |
| public static | constructorParameterAnnotationName | No summary. |
| public static | constructorParameterCount | No summary. |
| public static | constructorParameterName | No summary. |
| public static | constructorParameterType | No summary. |
| public | loadload(name as String) as Type throws TypeNotFoundException: |
Method to load a type by its name. |
| public static | methodAnnotationArgumentCount | No summary. |
| public static | methodAnnotationArgumentName | No summary. |
| public static | methodAnnotationArgumentType | No summary. |
| public static | methodAnnotationArgumentValue | No summary. |
| public static | methodAnnotationCount | Reflection helper: returns the number of annotations on a method. |
| public static | methodAnnotationName | Reflection helper: returns method annotation name by index. |
| public static | methodCount | Reflection helper: returns the number of methods declared on a type. |
| public static | methodFlags | No summary. |
| public static | methodName | Reflection helper: returns method name by index. |
| public static | methodParameterAnnotationArgumentCount | No summary. |
| public static | methodParameterAnnotationArgumentName | No summary. |
| public static | methodParameterAnnotationArgumentType | No summary. |
| public static | methodParameterAnnotationArgumentValue | No summary. |
| public static | methodParameterAnnotationCount | Reflection helper: returns the number of annotations on a method parameter. |
| public static | methodParameterAnnotationName | Reflection helper: returns parameter annotation name by index. |
| public static | methodParameterCount | Reflection helper: returns the number of parameters of a method. |
| public static | methodParameterName | Reflection helper: returns parameter name by index. |
| public static | methodParameterType | Reflection helper: returns parameter type by index. |
| public static | methodReturnType | Reflection helper: returns method return type by index. |
| public static | propertyAnnotationArgumentCount | No summary. |
| public static | propertyAnnotationArgumentName | No summary. |
| public static | propertyAnnotationArgumentType | No summary. |
| public static | propertyAnnotationArgumentValue | No summary. |
| public static | propertyAnnotationCount | Returns the number of annotations on a reflected property. |
| public static | propertyAnnotationName | Returns one annotation name on a reflected property. |
| public static | propertyCount | No summary. |
| public static | propertyFlags | No summary. |
| public static | propertyName | No summary. |
| public static | propertyType | No summary. |
| public static | typeAnnotationArgumentCount | No summary. |
| public static | typeAnnotationArgumentName | No summary. |
| public static | typeAnnotationArgumentType | No summary. |
| public static | typeAnnotationArgumentValue | No summary. |
| public static | typeAnnotationCount | No summary. |
| public static | typeAnnotationName | No summary. |
| public static | typeCounttypeCount() as Int: |
Returns the number of types currently known by runtime reflection. |
| public static | typeFlags | Returns raw modifier flags for a reflected type by index. |
| public static | typeFullName | Returns the full name of a reflected type by index. |
| public static | typeGenericParameterCount | No summary. |
| public static | typeGenericParameterName | No summary. |
| public static | typeName | Returns the short name of a reflected type by index. |
| public static | typeSuperName | Returns the direct super-type name of a reflected type by index. |