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.
プロセスのメモリを読み取ることでおそらくこれを行うことができることはわかっていますが、管理された方法で行うことをお勧めします。ターゲットアセンブリのソースコードを制御せずに、何らかの変数の値を読み取ることは可能ですか?
System.Reflection を使用して、メタデータと、それらのクラスで使用されるメモリ/変数を検査できます。