Water-E · 2006-03-14 05:59:11 · 阅读: 717 问个菜菜的.net问题... { MyStruct Location1 = new MyStruct(); } new 是将对象创建在堆上还是栈上?使用完毕以后.net会自动把对象释放吗?