Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WaitForFullGCApproach()
[1/2]
static
GCNotificationStatus
System.GC.WaitForFullGCApproach
(
)
inline
static
Definition at line
293
of file
GC.cs
.
294
{
295
return
(
GCNotificationStatus
)
_WaitForFullGCApproach
(-1);
296
}
System.GC._WaitForFullGCApproach
static int _WaitForFullGCApproach(int millisecondsTimeout)
System.GCNotificationStatus
GCNotificationStatus
Definition
GCNotificationStatus.cs:4
References
System.GC._WaitForFullGCApproach()
.
System
GC
Generated by
1.10.0