Add new property to a class at runtime using reflection...
Posted
by Lee
on Stack Overflow
See other posts from Stack Overflow
or by Lee
Published on 2010-05-14T08:14:04Z
Indexed on
2010/05/14
8:24 UTC
Read the original article
Hit count: 201
c#
I have some serialized data (using BinaryFormatter), and wanting to deserialise it. However the deserialise method failed since the current assembly does not have the deleted field. I want to be able to reconstruct earlier assembly at run-time in order to deserialise the data. Appreciated any pointer. Thanks.
© Stack Overflow or respective owner