1.clr工程中,定义c#类的gcroot对象2.gcroot object3.object = gcnew class4.如果要把object再次gcnew,那么上一次的怎么释放谢谢
不需要释放,GC会自己回收的。