public native getValue(target as Object) as Object
Returns the current value of the property on the given target object.
Non-public properties require accessible = true.
| Parameter | Description |
|---|---|
target | Instance owning the reflected property. |
Current boxed value of the property.
prop = type(obj).properties[0u] prop.accessible = true print(prop.getValue(obj))