示例#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);