How to instruct PowerShell to garbage collect .NET objects like XmlSchemaSet?

前端 未结 2 1114
温柔的废话
温柔的废话 2021-01-11 16:38

I created a PowerShell script which loops over a large number of XML Schema (.xsd) files, and for each creates a .NET XmlSchemaSet object, calls Add() and Compile() to add a

2条回答
提交回复
热议问题