GetObject.setField

Picks the field getter responsible for the field corresponding to name, or i if unnamed, and sets its type and value.

class GetObject
protected override
bool
setField

Parameters

i uint

field index

type Type

field type

name cstring

field name or null if unnamed.

value cstring

field value, meaningful only for certain types.

Return Value

Type: bool

true if a getter handled the field or false to skip it.

Meta