Property
Parent |
A Reflection object that holds information about properties and parameters.
Properties
dataType : Int
The data type of this property. 0: nil, 1: bool, 2: int, 3: float, 4: str, 5: object, 6: class, 7: trace, 8: struct, 9: array, 10: anything
Details
| Flags | ReadOnly RuntimeSync RuntimeParallel |
|---|---|
Display Name |
Data Type |
flags : Int
The property bit flag register defining some behaviour of it.
Bits and their meaing (least significant bit first): Is this property a member attribute. Is this property read only. Is this property a parameter. Is this property a output paramter. Is this property a return value. Can this property get accessed in syncrounus runtime. Can this property can get accessed in parallel runtime. Can this property get accessed in asynchronus runtime. This property is a class attribute.
Details
| Flags | ReadOnly RuntimeSync RuntimeParallel |
|---|---|
Display Name |
Flags |