Class reflection.FieldInfo - leonard-thieu/monkey GitHub Wiki

FieldInfo objects describe fields declared within a class.

Properties

Methods

Detailed Discussion

FieldInfo objects describe fields declared within a class.

Property Documentation

Method Attributes : Int ()

Get field attributes.

Method Name : String ()

Name of field.

Method Type : ClassInfo ()

Type of field.

Method Documentation

Method GetValue : Object ( inst:Object )

Get field value.

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

Set field value.

⚠️ **GitHub.com Fallback** ⚠️