C#中的Skype插件

我想尝试在C#中构建一个Skype Addon。 有API吗?

https://developer.skype.com/Download

你需要ac #wrapper来使用他们的sdks

我说的是2010年7月。

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

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

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

上帝保佑skype for linux。

您可以将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.