8

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

4

3 回答 3

5

https://developer.skype.com/下载

你需要 ac# 包装器才能使用他们的 sdks

于 2009-07-19T10:35:45.703 回答
2

我说的是2010年7月。

  1. Skype 有一个非常糟糕的文档。使用或多或少的商业技巧而不是开发人员的自由

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

  3. 在 Linux/Unix 中工作是为 Skype 制作东西的噩梦。

上帝保佑 Skype for linux。

于 2010-07-20T13:36:50.800 回答
1

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

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

在 Visual C# 或 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.
于 2013-04-03T23:55:57.227 回答