ProcessEvent class

进程事件

Constructors

ProcessEvent.new({required ProcessEventType type, required int processId, required String executablePath, required int parentProcessId, required int timestamp})
ProcessEvent.fromMap(Map<String, dynamic> map)
factory

Properties

executablePath String
可执行文件路径
final
hashCode int
The hash code for this object.
no setterinherited
parentProcessId int
父进程 ID
final
processId int
进程 ID
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
事件发生时间戳(毫秒)
final
type ProcessEventType
事件类型
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited