package cs.system.diagnostics
extends Component › MarshalByRefObject
Available on csnew ()read only BasePriority:IntEnableRaisingEvents:Boolread only ExitCode:Intread only ExitTime:DateTimeread only Handle:IntPtrread only HandleCount:Intread only HasExited:Boolread only Id:Intread only MachineName:Stringread only MainModule:ProcessModuleread only MainWindowHandle:IntPtrread only MainWindowTitle:StringMaxWorkingSet:IntPtrMinWorkingSet:IntPtrread only Modules:ProcessModuleCollectionread only NonpagedSystemMemorySize:Intread only NonpagedSystemMemorySize64:Int64read only PagedMemorySize:Intread only PagedMemorySize64:Int64read only PagedSystemMemorySize:Intread only PagedSystemMemorySize64:Int64read only PeakPagedMemorySize:Intread only PeakPagedMemorySize64:Int64read only PeakVirtualMemorySize:Intread only PeakVirtualMemorySize64:Int64read only PeakWorkingSet:Intread only PeakWorkingSet64:Int64PriorityBoostEnabled:BoolPriorityClass:ProcessPriorityClassread only PrivateMemorySize:Intread only PrivateMemorySize64:Int64read only PrivilegedProcessorTime:TimeSpanread only ProcessName:StringProcessorAffinity:IntPtrread only Responding:Boolread only SessionId:Intread only StandardError:StreamReaderread only StandardInput:StreamWriterread only StandardOutput:StreamReaderStartInfo:ProcessStartInforead only StartTime:DateTimeSynchronizingObject:ISynchronizeInvokeread only Threads:ProcessThreadCollectionread only TotalProcessorTime:TimeSpanread only UserProcessorTime:TimeSpanread only VirtualMemorySize:Intread only VirtualMemorySize64:Int64read only WorkingSet:Intread only WorkingSet64:Int64BeginErrorReadLine ():VoidBeginOutputReadLine ():VoidCancelErrorRead ():VoidCancelOutputRead ():VoidClose ():VoidCloseMainWindow ():BoolKill ():VoidRefresh ():VoidStart ():BoolWaitForExit ():VoidWaitForExit (milliseconds:Int):BoolWaitForInputIdle ():BoolWaitForInputIdle (milliseconds:Int):Booladd_ErrorDataReceived (value:DataReceivedEventHandler):Voidadd_Exited (value:EventHandler):Voidadd_OutputDataReceived (value:DataReceivedEventHandler):Voidremove_ErrorDataReceived (value:DataReceivedEventHandler):Voidremove_Exited (value:EventHandler):Voidremove_OutputDataReceived (value:DataReceivedEventHandler):Voidstatic EnterDebugMode ():Voidstatic GetCurrentProcess ():Processstatic GetProcessById (processId:Int):Processstatic GetProcessById (processId:Int, machineName:String):Processstatic GetProcesses ():NativeArray<Process>static GetProcesses (machineName:String):NativeArray<Process>static GetProcessesByName (processName:String):NativeArray<Process>static GetProcessesByName (processName:String, machineName:String):NativeArray<Process>static LeaveDebugMode ():Voidstatic Start (startInfo:ProcessStartInfo):Processstatic Start (fileName:String, arguments:String, username:String, password:SecureString, domain:String):Processstatic Start (fileName:String, username:String, password:SecureString, domain:String):Processstatic Start (fileName:String, arguments:String):Processstatic Start (fileName:String):Processstatic _Start (startInfo:ProcessStartInfo):Processstatic Start (fileName:String, arguments:String, username:String, password:SecureString, domain:String):Processstatic Start (fileName:String, username:String, password:SecureString, domain:String):Processstatic Start (fileName:String, arguments:String):Processstatic Start (fileName:String):Process
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/diagnostics/Process.html