|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
Information on the serialized field More...
Public Member Functions | |
| SerializeFieldInfo (FieldInfo fieldInfo, System.Type elementType) | |
| Initializes a new instance of the SerializeFieldInfo class. More... | |
| object | GetValue (object instance) |
| Get the value of the field. More... | |
| void | SetValue (object instance, object value) |
| Set a value in the field. More... | |
Properties | |
| System.Type | elementType [get] |
| Element type More... | |
| FieldInfo | fieldInfo [get] |
| Getting FieldInfo. More... | |
| bool | isClass [get] |
| Return whether the field type is a class More... | |
Information on the serialized field
| SerializeFieldInfo | ( | FieldInfo | fieldInfo, |
| System.Type | elementType | ||
| ) |
Initializes a new instance of the SerializeFieldInfo class.
| fieldInfo | FieldInfo |
| elementType | Type of field element |
| object GetValue | ( | object | instance | ) |
Get the value of the field.
| instance | Instance |
| void SetValue | ( | object | instance, |
| object | value | ||
| ) |
Set a value in the field.
| instance | Instance |
| value | Field value |
|
get |
Element type
|
get |
Getting FieldInfo.
|
get |
Return whether the field type is a class