Show / Hide Table of Contents

Class FileMonitorEvent

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

Constructors

| Improve this Doc View Source

FileMonitorEvent(String)

Declaration
public FileMonitorEvent(string PathIn)
Parameters
Type Name Description
System.String PathIn

Properties

| Improve this Doc View Source

ChangeType

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

Name

Declaration
public string? Name { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

OldName

Declaration
public string? OldName { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

OldPath

Declaration
public string? OldPath { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Path

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX