Show / Hide Table of Contents

Class FileSystemMonitorResult

Inheritance
System.Object
FileSystemMonitorResult
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class FileSystemMonitorResult : object

Constructors

| Improve this Doc View Source

FileSystemMonitorResult(FileSystemEventArgs)

Declaration
public FileSystemMonitorResult(FileSystemEventArgs evtIn)
Parameters
Type Name Description
FileSystemEventArgs evtIn

Properties

| Improve this Doc View Source

evt

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

filter

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