C# 中的 Skype 插件

发布于 2024-07-27 20:08:17 字数 36 浏览 5 评论 0原文

我想尝试用 C# 构建 Skype 插件。 有API吗?

I would like to try and build a Skype Addon in C#. Is there an API?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

节枝 2024-08-03 20:08:17

https://developer.skype.com/Download

您需要 c# 包装器才能使用他们的 sdks

https://developer.skype.com/Download

youll need a c# wrapper to use their sdks

是你 2024-08-03 20:08:17

我说的是 2010 年 7 月。

  1. Skype 的文档非常糟糕。 或多或少地采用了商业技巧,而不是开发人员的自由

  2. 我个人不喜欢这个,但它可以用于 C#: http://code.msdn.microsoft.com/SEHE

  3. 在 Linux/Unix 中工作对于 Skype 来说是一场噩梦。

上帝保佑 Linux 版 Skype。

I am talking about July 2010.

  1. Skype has a very bad documentation out there. Putting more or less business tricks rather then developers freedom

  2. Personally i dont prefer this, but its ok to use for C#: http://code.msdn.microsoft.com/SEHE

  3. Working in Linux/Unix is nightmare to make things for Skype.

God bless skype for linux.

缱倦旧时光 2024-08-03 20:08:17

您可以将 Skype API DLL (Skype4COM) 导入到您的项目中作为参考,然后您就可以访问其中的内容。

http://msdn.microsoft.com/en -us/library/wkze6zky%28v=vs.80%29.aspx

在 Visual C# 或 Visual J# 中添加引用

在解决方案资源管理器中,右键单击项目节点,然后单击“添加引用”。 
  在“添加引用”对话框中,选择指示要引用的组件类型的选项卡。 
  选择要引用的组件,然后单击“确定”。 
  

You can import the Skype API DLL (Skype4COM) to your project as a reference, than you can access the stuff inside.

http://msdn.microsoft.com/en-us/library/wkze6zky%28v=vs.80%29.aspx

To add a reference in Visual C# or Visual J#

In Solution Explorer, right-click on the project node and click Add Reference.
In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
Select the components you want to reference, then click OK.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文