c++ cli - C++/CLI and C# Garbage collection before context switch -


at 1 point in time searching msdn , found app config setting force garbage collection prior native managed boundary context switch. useful tracking down references improperly getting cleaned before meant them to. cannot life of me remember option was, ring bell anyone?

thanks!

of course minute after post question find answer. mda or managed debugging assistants: http://msdn.microsoft.com/en-us/library/d21c150d.aspx

specifically part: gcmanagedtounmanaged mda.


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -