Show / Hide Table of Contents

Class FileMonitorObject

Inheritance
System.Object
CollectObject
MonitorObject
FileMonitorObject
Inherited Members
MonitorObject.ChangeType
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
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: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class FileMonitorObject : MonitorObject

Constructors

| Improve this Doc View Source

FileMonitorObject(String)

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

Properties

| Improve this Doc View Source

ExtendedResults

Declaration
public string ExtendedResults { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FileSystemObject

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

Identity

Declaration
public override string Identity { get; }
Property Value
Type Description
System.String
Overrides
CollectObject.Identity
| Improve this Doc View Source

Name

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

NotifyFilters

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

OldName

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

OldPath

Declaration
public string OldPath { get; set; }
Property Value
Type Description
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

Timestamp

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