Share via


FSEventStream Class

Definition

public class FSEventStream : CoreFoundation.NativeObject
type FSEventStream = class
    inherit NativeObject
Inheritance

Constructors

Name Description
FSEventStream(CFAllocator, NSArray, UInt64, TimeSpan, FSEventStreamCreateFlags)
FSEventStream(FSEventStreamCreateOptions)
FSEventStream(String[], TimeSpan, FSEventStreamCreateFlags)

Properties

Name Description
Description
DeviceBeingWatched
Handle (Inherited from DisposableObject)
LatestEventId
Owns (Inherited from DisposableObject)
PathsBeingWatched

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
FlushAsync()
FlushSync()
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Invalidate()
OnEvents(FSEvent[])
Release()
Retain()
ScheduleWithRunLoop(CFRunLoop, NSString)
ScheduleWithRunLoop(CFRunLoop)
ScheduleWithRunLoop(NSRunLoop, NSString)
ScheduleWithRunLoop(NSRunLoop)
SetDispatchQueue(DispatchQueue)
Show()
Start()
Stop()
ToString()
UnscheduleFromRunLoop(CFRunLoop, NSString)
UnscheduleFromRunLoop(CFRunLoop)
UnscheduleFromRunLoop(NSRunLoop, NSString)
UnscheduleFromRunLoop(NSRunLoop)

Events

Name Description
Events

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to