KCML_Class
Methods
| GetName | Get class name |
| NewInstance | Create a new instance of this class |
| GetField | Find a field in this class |
| GetFields | Get collection of all fields in this class |
| GetMethod | FInd a method in this class |
| GetMethods | Get collection of classes methods |
| IsInterface | |
| IsEnum | |
| IsArray | |
| GetTemplateTypes | If this class represents a template class return types |
| IsBasicType | IS this class a basic type |
| GetBasicType | Get basic type |
| GetLibrary | Return the library that contains the class definition |
| GetPack | |
| IsInstance | Is the given instance assignable to a class of this type |
| IsAssignableFrom | Is the given class type assignable to this class. |
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.