Skip to content

FileSystemWatcher missing some NS2.0 methods #19305

@danmoseley

Description

@danmoseley

Missing:

    public class FileSystemWatcher : Component, ISupportInitialize {
        public override ISite Site { get; set; }
        public ISynchronizeInvoke SynchronizingObject { get; set; }
        public void BeginInit();
        protected override void Dispose(bool disposing);
        public void EndInit();
    }

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions