示例#1
0
 internal static String AllocateString(int stringLength,
                                       Thread currentThread)
 {
     VTable.Deny(Transitions.UnderGCControl(currentThread.threadIndex));
     return(installedGC.AllocateString(stringLength, currentThread));
 }