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

◆ MinWorkingSet

IntPtr System.Diagnostics.Process.MinWorkingSet
getset

Definition at line 310 of file Process.cs.

311 {
312 [UnsupportedOSPlatform("ios")]
313 [UnsupportedOSPlatform("tvos")]
314 get
315 {
317 return _minWorkingSet;
318 }
319 [SupportedOSPlatform("windows")]
320 [SupportedOSPlatform("macos")]
321 [SupportedOSPlatform("freebsd")]
322 set
323 {
325 }
326 }
void SetWorkingSetLimits(IntPtr? min, IntPtr? max)
Definition Process.cs:1064