單項選擇題Timer組件位于()命名空間。

A.System.Web.UI
B.System.Windows.Forms
C.System.Timers
D.System.Windows


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題將線程設(shè)置成最高優(yōu)先級,應(yīng)讓其Priority屬性的值為()。

A.ThreadPriority. Highest
B.ThreadPriority. AboveNormal
C.ThreadPriority. Lowest
D.ThreadPriority. Normal

2.單項選擇題下面()讓線程休眠1分鐘。 

A.Thread.Sleep(1)
B.Thread.Sleep(60)
C.Thread.Sleep(1000)
D.Thread.Sleep(60000)

3.單項選擇題讓線程開始運行的方法是()。 

A.Run()
B.Suspend ()
C.Start()
D.Resume

4.單項選擇題Thread類在()命名空間中。

A.System.Threads
B.System.Threading
C.System.Thread
D.System.Running