ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • C#
    Platform/프로세스 2011. 7. 28. 16:50

    delegate void System.Threading.ThreadStart();


    System.Threading.Thread
        .CurrentThread // static
        .Sleep() // static

        .Name
        .ThreadState
        .Start()
        .Abort()
        .Suspend()
        .Resume()
        .Join()

    System.Threading.Monitor
        .Enter()
        .Exit()

    System.Diagnostics.Process

    .Start() // static


    .Kill()



Designed by Tistory.