C#释放内存的方法
2021-07-03 01:37
标签:public poi env current max pen getc long 占用 原文:https://blog.csdn.net/zsy619/article/details/79181719 --------------------- 如何释放内存: 如何获取当前应用占用的内存大小: C#释放内存的方法 标签:public poi env current max pen getc long 占用 原文地址:https://www.cnblogs.com/dabexiong/p/9907648.html[DllImport("kernel32.dll", EntryPoint = "SetProcessWorkingSetSize")]
public static extern int SetProcessWorkingSetSize(IntPtr process, int minSize, int maxSize);
///
///