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.
私は C# アプリを持っています。アプリから SendChatMessage(string message, int userid) などの関数名を呼び出したいのですが、この関数は私のコンピューターで実行中の別のクライアント/サーバー ベースのアプリケーションに属しています。これを行う方法が見つかりませんでした。
これを Reflection ライブラリで作成しようとしましたが、失敗しました。誰かがこれについて私を助けてくれることを願っています。
手伝ってくれてありがとう。