Monkey Documentation

Class FieldInfo

FieldInfo objects describe fields declared within a class.


Properties:
Methods:
  • GetValue : Object ( inst:Object )
  • SetValue : Void ( inst:Object, value:Object )

Property Documentation

Method Attributes : Int () Property

Get field attributes.

Method Name : String () Property

Name of field.

Method Type : ClassInfo () Property

Type of field.


Method Documentation

Method GetValue : Object ( inst:Object )

Get field value.

Method SetValue : Void ( inst:Object, value:Object )

Set field value.