Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.net で xbmc プラグインを使用する方法はありますか? GameTrailers などのメディア コンテンツへのアクセスを提供するプラグインについて考えています。
プラグイン システムは Python に基づいていると思います。XBMC で一部のプラグインを実行するために IronPython を使用できる場合がありますが、100% 互換性があるわけではありません。また、Python コードを使用して COM サーバー オブジェクトを作成し、.NET 相互運用機能を使用してそれとやり取りすることもできます。