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.
我需要从 C# 中的代理/存根中提取 size_is 和所有其他属性,例如“length_is”、“max_is”等属性信息,因为这些信息在制作类型库时被跳过,所以我不能使用 ITypeInfo 或 ITypeLib 接口来完成此任务.
有没有其他方法可以提取这些属性,我需要在 C# 中提取它。
问候乌斯曼