예제 #1
0
 internal static extern void RhCollect(int generation, InternalGCCollectionMode mode);
예제 #2
0
 internal static extern void RhCollect(int generation, InternalGCCollectionMode mode);
예제 #3
0
 private static extern void RhpCollect(int generation, InternalGCCollectionMode mode);
예제 #4
0
 internal static void RhCollect(int generation, InternalGCCollectionMode mode)
 {
     RhpCollect(generation, mode);
 }
예제 #5
0
 private static extern void RhpCollect(int generation, InternalGCCollectionMode mode);
예제 #6
0
 internal static void RhCollect(int generation, InternalGCCollectionMode mode)
 {
     RhpCollect(generation, mode);
 }
예제 #7
0
 private static partial void RhpCollect(int generation, InternalGCCollectionMode mode);