Class FileSystemEvent
Inherited Members
Namespace: SociallyDistant.Core.Core.Events
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class FileSystemEvent : DeviceEventConstructors
FileSystemEvent(IComputer, string, FileSystemEventType)
Declaration
public FileSystemEvent(IComputer computer, string path, FileSystemEventType type)Parameters
| Type | Name | Description | 
|---|---|---|
| IComputer | computer | |
| string | path | |
| FileSystemEventType | type | 
Properties
FileSystemInteraction
Declaration
public FileSystemEventType FileSystemInteraction { get; }Property Value
| Type | Description | 
|---|---|
| FileSystemEventType | 
Path
Declaration
public string Path { get; }Property Value
| Type | Description | 
|---|---|
| string |