Méthode |
Description |
|
AddMemoryPressure ( long bytesAllocated ) : void |
|
|
CollectionCount ( int generation ) : int |
|
|
FireCacheEvent ( ) : void |
|
|
GetGeneration ( Object obj ) : int |
|
|
GetGenerationWR ( IntPtr handle ) : int |
|
|
KeepAlive ( Object obj ) : void |
|
|
RemoveMemoryPressure ( long bytesAllocated ) : void |
|
|
SetCleanupCache ( ) : void |
|
|
SuppressFinalize ( Object obj ) : void |
|
|
WaitForPendingFinalizers ( ) : void |
|
|
nativeAddMemoryPressure ( System.UInt64 bytesAllocated ) : void |
|
|
nativeCollectGeneration ( int generation ) : void |
|
|
nativeCollectionCount ( int generation ) : int |
|
|
nativeGetMaxGeneration ( ) : int |
|
|
nativeGetTotalMemory ( ) : long |
|
|
nativeIsServerGC ( ) : bool |
|
|
nativeReRegisterForFinalize ( Object o ) : void |
|
|
nativeRemoveMemoryPressure ( System.UInt64 bytesAllocated ) : void |
|
|
nativeSuppressFinalize ( Object o ) : void |
|
|