Show / Hide Table of Contents

Class FileSystemMonitorResult

Inheritance
System.Object
FileSystemMonitorResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class FileSystemMonitorResult

Constructors

| Improve this Doc View Source

FileSystemMonitorResult(FileSystemEventArgs)

Declaration
public FileSystemMonitorResult(FileSystemEventArgs evtIn)
Parameters
Type Name Description
System.IO.FileSystemEventArgs evtIn

Properties

| Improve this Doc View Source

evt

Declaration
public FileSystemEventArgs evt { get; set; }
Property Value
Type Description
System.IO.FileSystemEventArgs
| Improve this Doc View Source

filter

Declaration
public NotifyFilters filter { get; set; }
Property Value
Type Description
System.IO.NotifyFilters
  • Improve this Doc
  • View Source
Back to top Generated by DocFX