C
Christophe Mandrillon
Hi all,
Some times ago, i've played with the System.Reflection namespace.
I wanted to serialize the entire structure of an object, including method,
properties, attributes and events.
I was disapointed to see that EventInfo is the only class of the inheritors
of MemberInfo that is not serializable (whereas MethodInfo, PropertyInfo,
and so on... are).
So, I would know if it's a conception mistake or if it's a requirement?
And, if it's a mistake, how can i submit a bug report to .NET framework
team, or, if it's a feature, who can explain me the justification of this
limitation?
Regards.
mandrillon_arobase_hotmail.com
Please replace the _arobase_ by @ in case of reply
Some times ago, i've played with the System.Reflection namespace.
I wanted to serialize the entire structure of an object, including method,
properties, attributes and events.
I was disapointed to see that EventInfo is the only class of the inheritors
of MemberInfo that is not serializable (whereas MethodInfo, PropertyInfo,
and so on... are).
So, I would know if it's a conception mistake or if it's a requirement?
And, if it's a mistake, how can i submit a bug report to .NET framework
team, or, if it's a feature, who can explain me the justification of this
limitation?
Regards.
mandrillon_arobase_hotmail.com
Please replace the _arobase_ by @ in case of reply