Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Class FieldInfo

FieldInfo objects describe fields declared within a class. More...

Declarations

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.

Detailed Discussion

FieldInfo objects describe fields declared within a class.


Properties Documentation

Method Attributes : Int () Property

Get field attributes.

Method Name : String () Property

Name of field.

Method Type : ClassInfo () Property

Type of field.


Methods Documentation