ProcessResultfinal

使用 Process.runProcess.runSync 启动的非交互式进程的结果。

构造函数

ProcessResult(int pid, int exitCode, dynamic stdout, dynamic stderr)

属性

exitCode int
进程的退出码。
final
hashCode int
此对象的哈希码。
no setterinherited
pid int
进程的进程ID。
final
runtimeType Type
对象运行时类型的表示。
no setterinherited
stderr → dynamic
进程的标准错误。用于 Process.runstderrEncoding 参数值决定类型。如果使用 null,此值是类型为 List<int>,否则它是类型为 String
final
stdout → dynamic
进程的标准输出。用于 Process.runstdoutEncoding 参数值决定类型。如果使用 null,此值是类型为 List<int>,否则它是类型为 String
final

方法

noSuchMethod(Invocation invocation) → dynamic
在访问不存在的属性或方法时被触发。
继承自
toString() String
此对象的字符串表示形式。
继承自

运算符

operator ==(Object other) bool
等号运算符。
继承自