Process class
Represents an operating system process.
Constructors
Properties
- 
  args
  ↔ List<String> ?
- 
  Process arguments as JSON encoded strings.
  getter/setter pair
- argumentsTruncated ↔ bool?
- 
  True if argsis incomplete.getter/setter pair
- binary ↔ File?
- 
  File information for the process executable.
  getter/setter pair
- 
  envVariables
  ↔ List<EnvironmentVariable> ?
- 
  Process environment variables.
  getter/setter pair
- envVariablesTruncated ↔ bool?
- 
  True if env_variablesis incomplete.getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  libraries
  ↔ List<File> ?
- 
  File information for libraries loaded by the process.
  getter/setter pair
- name ↔ String?
- 
  The process name, as displayed in utilities like topandps.getter/setter pair
- parentPid ↔ String?
- 
  The parent process ID.
  getter/setter pair
- pid ↔ String?
- 
  The process ID.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- script ↔ File?
- 
  When the process represents the invocation of a script, binaryprovides information about the interpreter, whilescriptprovides information about the script file provided to the interpreter.getter/setter pair
- userId ↔ String?
- 
  The ID of the user that executed the process.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited