Method Attributes : Int () Property
Get field attributes.
Impressum, Datenschutzerklärung
FieldInfo objects describe fields declared within a class. More...
Properties | |
---|---|
Attributes : Int () |
Get field attributes. |
Name : String () |
Name of field. |
Type : ClassInfo () |
Type of field. |
Methods | |
---|---|
GetValue : Object ( inst:Object ) |
Get field value. |
SetValue : Void ( inst:Object, value:Object ) |
Set field value. |
FieldInfo objects describe fields declared within a class.
Method Attributes : Int () Property
Get field attributes.
Method Name : String () Property
Name of field.
Method Type : ClassInfo () Property
Type of field.
Method GetValue : Object ( inst:Object )
Get field value.
Method SetValue : Void ( inst:Object, value:Object )
Set field value.