gpt4 book ai didi

c# - 你将如何通过 com 传递 C# 对象?

转载 作者:行者123 更新时间:2023-11-28 03:59:40 24 4
gpt4 key购买 nike

如何通过 com 传递 C# 对象?例如,假设我在 GAC 和注册表中注册的 c# dll 中有以下内容:

 public int Add(int a, int b)
{
return a + b;
}

public int Add(NumberObject obj)
{
return obj.firstNumber + obj.SecondNumber;
}

如何使 NumberObject 可见,以便要使用它的客户端可以设置它的值?一个 C++ 的例子会很棒,有可能吗?或者 COM 只能传递 int、string 等 native 类型吗?

最佳答案

很好tutorial .

关于c# - 你将如何通过 com 传递 C# 对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1483904/

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