在 C# 中使用 NewLateBinding 类?

发布于 2024-10-01 08:50:14 字数 492 浏览 2 评论 0原文

不幸的是,我似乎需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文