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 アプリケーション全体のメモリ空間でカスタム オブジェクト モデルを共有することは可能ですか?
不可能ではありませんが、非常に難しいです。
CLR プロファイラーのプライベート バージョンでプログラムを実行することができます。プロセスに挿入されたプロファイラー DLL は、ohject がいつでもどこにあるかを正確に認識します。次に、異なるプロセスがネイティブ コードを使用してデータを共有できます。