單項選擇題System.GC命名空間中,強制立即進行垃圾回收的方法是()。
A.WaitForPendingFinalizers
B.Collect
C.SuppressFinalize
D.ReRegisterForFinalize
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題系統(tǒng)將所有包含終止代碼的對象放入稱為()的隊列。
A.終止隊列
B.終止一可訪問隊列
C.終止一不可問司隊列
D.復活隊列
2.單項選擇題
已知類型DoSomething定義如下:
public delegate void DoSomething();
則該類型派生自. NET Framework 提供的()抽象類。
A. System Type
B. System IntPtr
C. System MulicastDelegate
D. System Delegate