MethodChannelEventTracingWindows class

An implementation of EventTracingWindowsPlatform that uses method channels.

Inheritance

Properties

fileEventChannel EventChannel
The event channel for file events.
final
fileEventStream Stream<FileEvent>
获取文件事件流
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
processEventChannel EventChannel
The event channel for process events.
final
processEventStream Stream<ProcessEvent>
获取进程事件流
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startFileMonitoring() Future<bool>
开始监听文件系统事件 需要管理员权限
override
startProcessMonitoring() Future<bool>
开始监听进程事件 需要管理员权限
override
stopFileMonitoring() Future<bool>
停止监听文件系统事件
override
stopProcessMonitoring() Future<bool>
停止监听进程事件
override
toString() String
A string representation of this object.
inherited

Operators

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