MonoCecil Type.IsCOMObject 等效吗?
我想创建一个方法,它接受 TypeDefinition 并告诉我它是否代表 COM 对象。 该方法也应该适用于 .NET 4.0“嵌入式 COM 互操作类型”情况。
知道我该怎么做吗?
I'd like to make a method that takes a TypeDefinition and tells me if it represents a COM object.
The method should also work in the .NET 4.0 "Embedded COM Interop Types" case.
Any idea how I could do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许是这样的:
来自此处的官方参考:公共语言基础设施 (CLI)。第二部分:元数据定义和语义。
Maybe something like this:
From official reference here: Common Language Infrastructure (CLI). Partition II: Metadata Definition and Semantics.