gpt4 book ai didi

c# - .NET 有链接器吗?

转载 作者:太空狗 更新时间:2023-10-29 20:06:19 24 4
gpt4 key购买 nike

From Jon Skeet's blog:

下面的注释是什么意思?

    // The line below only works when linked rather than
// referenced, as otherwise you need a cast.
// The compiler treats it as if it both takes and
// returns a dynamic value.
string value = com.MakeMeDynamic(10);

我明白什么是引用程序集。您可以在命令行使用/ref: 开关编译程序文件时引用它,也可以在 Visual Studio 中添加对程序集的静态引用。

但是如何链接到 .NET 中的程序集?他的意思是,使用反射加载程序集(Assembly.LoadFile())?或者,Win32 API LoadLibrary()?或者,.NET 是否有我从未听说过的链接器?

最佳答案

它主要用于 COM 主互操作程序集。在 .NET 4 中,您可以正常引用它们或“链接”/“嵌入”它们 - 在这种情况下,您最终只会将感兴趣的 PIA 位嵌入到您自己的程序集中。

在命令行中,这是 C# 4 编译器的 /link: 选项。

关于c# - .NET 有链接器吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2881935/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com