package cs.system.diagnostics
extends Component › MarshalByRefObject
Available on cs new ()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:Int64 BeginErrorReadLine ():Void BeginOutputReadLine ():Void CancelErrorRead ():Void CancelOutputRead ():Void Close ():Void CloseMainWindow ():Bool Kill ():Void Refresh ():Void Start ():Bool WaitForExit ():Void WaitForExit (milliseconds:Int):Bool WaitForInputIdle ():Bool WaitForInputIdle (milliseconds:Int):Bool add_ErrorDataReceived (value:DataReceivedEventHandler):Void add_Exited (value:EventHandler):Void add_OutputDataReceived (value:DataReceivedEventHandler):Void remove_ErrorDataReceived (value:DataReceivedEventHandler):Void remove_Exited (value:EventHandler):Void remove_OutputDataReceived (value:DataReceivedEventHandler):Void static EnterDebugMode ():Void static GetCurrentProcess ():Process static GetProcessById (processId:Int):Process static GetProcessById (processId:Int, machineName:String):Process static 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 ():Void static Start (startInfo:ProcessStartInfo):Process static Start (fileName:String, arguments:String, username:String, password:SecureString, domain:String):Process static Start (fileName:String, username:String, password:SecureString, domain:String):Process static Start (fileName:String, arguments:String):Process static Start (fileName:String):Process static _Start (startInfo:ProcessStartInfo):Process static Start (fileName:String, arguments:String, username:String, password:SecureString, domain:String):Process static Start (fileName:String, username:String, password:SecureString, domain:String):Process static Start (fileName:String, arguments:String):Process static Start (fileName:String):Process
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/diagnostics/Process.html