MonoReflectionMethodAux

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

extern (C) nothrow
struct MonoReflectionMethodAux {
char** param_names;
MonoMarshalSpec** param_marshall;
MonoCustomAttrInfo** param_cattr;
ubyte** param_defaults;
uint* param_default_types;
char* dllentry;
char* dll;
}

Meta