cygwin を使用してコンパイルしましたが、次のエラーが発生しました。
{"Unable to load DLL 'libc': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
次のメソッドが呼び出されたとき。
[DllImport ("libc", SetLastError=true)]
protected static extern int socket (int domain, int type, int protocol);
私のグーグル検索では、有用なものは何も見つかりませんでした。c# 用の他の Windows dbus クライアント/バインディングはありますか?