Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 COM 库中获得了一些外部结构。
我想使用 BinaryFormatter 并将字节数组作为包。但我需要结构上的特殊属性来满足 BinaryFormatter。
这不是我的结构,所以我该如何处理这种情况?
属性是元数据类,在编译时包含在组件中,因此不可能在运行时动态地将属性添加到类中,请检查以下问题: