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 程序中,有一个新表单,其中包含由数据表设置的数据网格数据源。
调用点的 formobject.Dispose() 是否会释放内部数据表的内存分配?
或者我需要在表格关闭时调用 data table.Dispose() 吗?
如果调用的方法属于子类,则在任何类上调用 Dispose 只会清理与该类或任何父类相关的内存。但是,这里没有考虑任何类型的聚合关系。
因此,如果您需要清除与任何此类聚合/复合类相关的内存,则需要明确执行