在 C# 中使用 NewLateBinding 类?
不幸的是,我似乎需要在 C# 2.0 中进行一些少量的动态互操作。我发现了 NewLateBinding
类来自这个问题。我在 MSDN 上查看了规范并注意到它说
执行后期绑定属性获取或字段访问调用。 此辅助方法不应直接从您的代码中调用。 强调我的
使用此类的方法有什么风险?有没有办法不使用 C#4.0 或 VB 来解决这个问题?
Unfortunately it seems I need to do some small amount of dynamic interop in C# 2.0. I discovered the NewLateBinding
class from this question. I was looking at the specification on MSDN and noted that it said
Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code.
Emphasis mine
What is the risk of using this class's methods? Is there any way around it without using C#4.0 or VB?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论