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

◆ EndNoGCRegion()

static void System.GC.EndNoGCRegion ( )
inlinestatic

Definition at line 367 of file GC.cs.

368 {
370 {
371 case EndNoGCRegionStatus.NotInProgress:
372 throw new InvalidOperationException("NoGCRegion mode must be set");
373 case EndNoGCRegionStatus.GCInduced:
374 throw new InvalidOperationException("Garbage collection was induced in NoGCRegion mode");
375 case EndNoGCRegionStatus.AllocationExceeded:
376 throw new InvalidOperationException("Allocated memory exceeds specified memory for NoGCRegion mode");
377 }
378 }
static int _EndNoGCRegion()
EndNoGCRegionStatus
Definition GC.cs:25

References System.GC._EndNoGCRegion().