DynamicField
Class in Arbor.DynamicReflection / Inherits from: object
A class that accesses Field directly.
In AOT and IL2CPP environments, it is access by Reflection.
Property Name | Description |
---|---|
fieldInfo | Referencing FieldInfo |
Method Name | Description |
---|---|
GetValue | Returns the value of the field. |
SetValue | Set the value of the field. |
Method Name | Description |
---|---|
GetField | Returns DynamicField. |