MonoReflectionMethodAux

Information which isn't in the MonoMethod structure is stored here for dynamic methods.

Members

Variables

dll
char* dll;
Undocumented in source.
dllentry
char* dllentry;
Undocumented in source.
param_cattr
MonoCustomAttrInfo** param_cattr;
Undocumented in source.
param_default_types
uint* param_default_types;
Undocumented in source.
param_defaults
ubyte** param_defaults;
Undocumented in source.
param_marshall
MonoMarshalSpec** param_marshall;
Undocumented in source.
param_names
char** param_names;
Undocumented in source.

Meta