Process.Kill : Process « System.Diagnostics « VB.Net by API






Process.Kill

  
 

Imports System.Diagnostics

Module Module1
    Sub Main()

'       Process.GetCurrentProcess.Kill()

    End Sub
End Module

   
    
  








Related examples in the same category

1.Process.GetCurrentProcess
2.Process.GetProcessesByName
3.Process.NonpagedSystemMemorySize
4.Process.Start
5.Process.StartInfo
6.Process.VirtualMemorySize64