[Mono-devel-list] about Metada

Fernando Diaz fdiaz at igalia.com
Thu Jul 24 07:54:52 EDT 2003


Hi.

I am a begginer in mono and a begginer in english...
I trying to understand the metadata of mono, but there are fields that i
can't understand.

Can anybody relate me the use of the fields of these structs?

typedef struct {
        MonoType        *type;
        int              offset;
        const char      *name;
        const char      *data;
        MonoClass       *parent;
        MonoConstant    *def_value;
} MonoClassField;

Where is the data of objects storage? In data of this struct or in data
of MonoVTable struct? Or are the same pointers?

Thanks.



More information about the Mono-devel-list mailing list