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

◆ WaitForFullGCApproach() [2/2]

static GCNotificationStatus System.GC.WaitForFullGCApproach ( int millisecondsTimeout)
inlinestatic

Definition at line 298 of file GC.cs.

299 {
300 if (millisecondsTimeout < -1)
301 {
302 throw new ArgumentOutOfRangeException("millisecondsTimeout", SR.ArgumentOutOfRange_NeedNonNegOrNegative1);
303 }
305 }
static int _WaitForFullGCApproach(int millisecondsTimeout)

References System.GC._WaitForFullGCApproach(), System.SR.ArgumentOutOfRange_NeedNonNegOrNegative1, and System.millisecondsTimeout.