Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MaxWorkingSet

IntPtr System.Diagnostics.Process.MaxWorkingSet
getset

Definition at line 292 of file Process.cs.

293 {
294 [UnsupportedOSPlatform("ios")]
295 [UnsupportedOSPlatform("tvos")]
296 get
297 {
299 return _maxWorkingSet;
300 }
301 [SupportedOSPlatform("windows")]
302 [SupportedOSPlatform("macos")]
303 [SupportedOSPlatform("freebsd")]
304 set
305 {
307 }
308 }
void SetWorkingSetLimits(IntPtr? min, IntPtr? max)
Definition Process.cs:1064