Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) System GC._WaitForPendingFinalizers示例
编程语言:
C# (CSharp)
命名空间/包名称:
System
类/类型:
GC
方法/功能:
_WaitForPendingFinalizers
hotexamples.com的示例:
1
C# (CSharp) System GC._WaitForPendingFinalizers - 已找到1个示例
。这些是从开源项目中提取的最受好评的
System.GC._WaitForPendingFinalizers
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
_Collect(2)
InternalCollect(2)
AllocateUninitializedArray(2)
_WaitForFullGCComplete(2)
_WaitForFullGCApproach(2)
_CollectionCount(2)
StartNoGCRegionWorker(2)
EndNoGCRegionWorker(2)
RecordPressure(2)
_EndNoGCRegion(2)
_GetAllocatedBytesForCurrentThread(1)
AllocateArray(1)
_ReRegisterForFinalize(1)
_CancelFullGCNotification(1)
_RemoveMemoryPressure(1)
_StartNoGCRegion(1)
_SuppressFinalize(1)
_RegisterForFullGCNotification(1)
SuppressFinalize(1)
_AddMemoryPressure(1)
WaitForPendingFinalizers(1)
WaitForFullGCComplete(1)
AllocateObject(1)
ReRegisterForFinalize(1)
KeepAlive(1)
Initialize(1)
GetGenerationWR(1)
GetGeneration(1)
Collect(1)
CS2X_Malloc(1)
AnyPendingFinalizers(1)
AllocateVector(1)
_WaitForPendingFinalizers(1)
常用方法
_Collect (2)
InternalCollect (2)
AllocateUninitializedArray (2)
_WaitForFullGCComplete (2)
_WaitForFullGCApproach (2)
_CollectionCount (2)
StartNoGCRegionWorker (2)
EndNoGCRegionWorker (2)
RecordPressure (2)
_EndNoGCRegion (2)
常用方法
_GetAllocatedBytesForCurrentThread (1)
AllocateArray (1)
_ReRegisterForFinalize (1)
_CancelFullGCNotification (1)
_RemoveMemoryPressure (1)
_StartNoGCRegion (1)
_SuppressFinalize (1)
_RegisterForFullGCNotification (1)
SuppressFinalize (1)
_AddMemoryPressure (1)
WaitForPendingFinalizers (1)
WaitForFullGCComplete (1)
AllocateObject (1)
ReRegisterForFinalize (1)
KeepAlive (1)
Initialize (1)
GetGenerationWR (1)
GetGeneration (1)
Collect (1)
CS2X_Malloc (1)
常用方法
WaitForPendingFinalizers (1)
WaitForFullGCComplete (1)
AllocateObject (1)
ReRegisterForFinalize (1)
KeepAlive (1)
Initialize (1)
GetGenerationWR (1)
GetGeneration (1)
Collect (1)
CS2X_Malloc (1)
AnyPendingFinalizers (1)
AllocateVector (1)
_WaitForPendingFinalizers (1)
常用方法
AnyPendingFinalizers (1)
AllocateVector (1)
_WaitForPendingFinalizers (1)
GC Class Documentation
示例#1
0
显示文件
文件:
gc.cs
项目:
wwkkww1983/ZJCredit
public static void WaitForPendingFinalizers() { GC._WaitForPendingFinalizers(); }
x